mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
fix compiler warning
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user