fix compiler warning
This commit is contained in:
parent
0c72acd812
commit
737d2fc7d6
|
@ -105,7 +105,6 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
|
||||||
" (void)type; (void)retVal;\n"
|
" (void)type; (void)retVal;\n"
|
||||||
" fprintf(stderr, message);\n"
|
" fprintf(stderr, message);\n"
|
||||||
" exit(1);\n"
|
" exit(1);\n"
|
||||||
" return 0;\n"
|
|
||||||
"}\n"
|
"}\n"
|
||||||
"#endif\n";
|
"#endif\n";
|
||||||
if(extraInclude.size())
|
if(extraInclude.size())
|
||||||
|
|
Loading…
Reference in New Issue