Cleaning up compiler warnings on Linux.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3319 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-29 13:41:57 +00:00
parent 8e56a3c2ef
commit fc5d05394e
7 changed files with 54 additions and 42 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ int Rig::open(int n) {
}
} else
#endif
{
{
if(n==-99999) return -1; //Silence compiler warning
return rig_open(theRig);
}
}