diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index 59de36938..ef4f4a022 100644 --- a/Source/cmCreateTestSourceList.cxx +++ b/Source/cmCreateTestSourceList.cxx @@ -105,7 +105,6 @@ bool cmCreateTestSourceList::InitialPass(std::vector const& args) " (void)type; (void)retVal;\n" " fprintf(stderr, message);\n" " exit(1);\n" - " return 0;\n" "}\n" "#endif\n"; if(extraInclude.size())