]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
removed various build warnings
[mothur.git] / subsamplecommand.cpp
index ac45d2ff562d0d4f5741901e23549b632073b97b..b8bb7ad44462d64e661d1f9b640fbff87dc872d2 100644 (file)
@@ -521,6 +521,8 @@ int SubSampleCommand::getNames() {
                }
                in.close();     
                
+               return 0;
+               
        }
        catch(exception& e) {
                m->errorOut(e, "SubSampleCommand", "getNames");
@@ -559,6 +561,8 @@ int SubSampleCommand::readNames() {
                }
                in.close();     
                
+               return 0;
+               
        }
        catch(exception& e) {
                m->errorOut(e, "SubSampleCommand", "readNames");