mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
Squash a couple of compiler warnings
This commit is contained in:
parent
5946eaf615
commit
8de93a5330
@ -22,8 +22,8 @@ void getfile(QString fname, bool xpol, int dbDgrd)
|
|||||||
FILE* fp=fopen(name,"rb");
|
FILE* fp=fopen(name,"rb");
|
||||||
|
|
||||||
if(fp != NULL) {
|
if(fp != NULL) {
|
||||||
fread(&datcom_.fcenter,sizeof(datcom_.fcenter),1,fp);
|
(void)fread(&datcom_.fcenter,sizeof(datcom_.fcenter),1,fp);
|
||||||
fread(id,2,npts,fp);
|
(void)fread(id,2,npts,fp);
|
||||||
int j=0;
|
int j=0;
|
||||||
|
|
||||||
if(dbDgrd<0) {
|
if(dbDgrd<0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user