]> git.donarmstrong.com Git - mothur.git/blobdiff - removegroupscommand.cpp
removed various build warnings
[mothur.git] / removegroupscommand.cpp
index 93646bcf8ad225a3db162dc2cb582cf2f164e481..2c98e814220432e2d27cf82499235a3fe3e928bb 100644 (file)
@@ -420,6 +420,7 @@ int RemoveGroupsCommand::readName(){
                                }
                        }
                        
+                       
                        //if the name in the first column is in the set then print it and any other names in second column also in set
                        if (names.count(firstCol) == 0) {
                                
@@ -587,6 +588,8 @@ int RemoveGroupsCommand::fillNames(){
                                names.insert(seqs[i]);
                        }
                }
+               
+               return 0;
        }
        catch(exception& e) {
                m->errorOut(e, "RemoveGroupsCommand", "fillNames");