fixed some compiler warnings and leaks

This commit is contained in:
Ken Martin 2002-08-07 11:01:06 -04:00
parent 3704cc268e
commit 86709a4ccf
1 changed files with 1 additions and 1 deletions

View File

@ -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"