Silence all compiler warnings from QtCreator.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3306 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-23 15:05:16 +00:00
parent 207116f574
commit e1c052d058
4 changed files with 8 additions and 4 deletions
+1
View File
@@ -102,6 +102,7 @@ int Rig::close(void) {
if(m_hrd) {
#ifdef WIN32
HRDInterfaceDisconnect();
return 0;
#endif
} else {
return rig_close(theRig);