mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 02:09:03 -04:00
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:
+2
-1
@@ -94,7 +94,8 @@ int Rig::open(int n) {
|
||||
}
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
{
|
||||
if(n==-99999) return -1; //Silence compiler warning
|
||||
return rig_open(theRig);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user