Browse Source

fixed some compiler warnings and leaks

Ken Martin 23 years ago
parent
commit
86709a4ccf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmCreateTestSourceList.cxx

+ 1 - 1
Source/cmCreateTestSourceList.cxx

@@ -202,7 +202,7 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn)
     "\n"
     "int main(int ac, char *av[])\n"
     "{\n"
-    "  int i, testNum, partial_match;\n"
+    "  int i, NumTests, testNum, partial_match;\n"
     "  char *arg, *test_name;\n"
     "  \n"
     "  NumTests = " << numTests << ";\n"