Browse Source

fix compiler warning

Ken Martin 22 years ago
parent
commit
737d2fc7d6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmCreateTestSourceList.cxx

+ 0 - 1
Source/cmCreateTestSourceList.cxx

@@ -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())