diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-12-15 17:56:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-12-15 17:56:13 (GMT) |
commit | 737d2fc7d6121eb1343f6b47b151bd948383733e (patch) | |
tree | 6bf93f32d29cb73ca3a8cc69635711f63d2aff09 /Source/cmCreateTestSourceList.cxx | |
parent | 0c72acd8126a65147b024f524d849a80c90c8ebf (diff) | |
download | CMake-737d2fc7d6121eb1343f6b47b151bd948383733e.zip CMake-737d2fc7d6121eb1343f6b47b151bd948383733e.tar.gz CMake-737d2fc7d6121eb1343f6b47b151bd948383733e.tar.bz2 |
fix compiler warning
Diffstat (limited to 'Source/cmCreateTestSourceList.cxx')
-rw-r--r-- | Source/cmCreateTestSourceList.cxx | 1 |
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()) |