fix compiler warning

This commit is contained in:
Ken Martin 2003-12-15 12:56:13 -05:00
parent 0c72acd812
commit 737d2fc7d6
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
" (void)type; (void)retVal;\n"
" fprintf(stderr, message);\n"
" exit(1);\n"
" return 0;\n"
"}\n"
"#endif\n";
if(extraInclude.size())