浏览代码

fix compiler warning

Ken Martin 22 年之前
父节点
当前提交
737d2fc7d6
共有 1 个文件被更改,包括 0 次插入1 次删除
  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"
     "  (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())