mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
fixed some compiler warnings and leaks
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user