summaryrefslogtreecommitdiffstats
path: root/Source/cmCreateTestSourceList.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-12-15 17:56:13 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-12-15 17:56:13 (GMT)
commit737d2fc7d6121eb1343f6b47b151bd948383733e (patch)
tree6bf93f32d29cb73ca3a8cc69635711f63d2aff09 /Source/cmCreateTestSourceList.cxx
parent0c72acd8126a65147b024f524d849a80c90c8ebf (diff)
downloadCMake-737d2fc7d6121eb1343f6b47b151bd948383733e.zip
CMake-737d2fc7d6121eb1343f6b47b151bd948383733e.tar.gz
CMake-737d2fc7d6121eb1343f6b47b151bd948383733e.tar.bz2
fix compiler warning
Diffstat (limited to 'Source/cmCreateTestSourceList.cxx')
-rw-r--r--Source/cmCreateTestSourceList.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx
index 59de369..ef4f4a0 100644
--- a/Source/cmCreateTestSourceList.cxx
+++ b/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())