diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-06-03 18:55:20 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-06-03 18:55:20 (GMT) |
commit | 0b3b21fa63ed137a3fa534c379b2995583c40e24 (patch) | |
tree | 61705c05b2650de91dadbb6a67cc93574ef71d5c /Source/cmMakefile.cxx | |
parent | 12d99416c194f3c8d1f2f321213506514d0616c8 (diff) | |
download | CMake-0b3b21fa63ed137a3fa534c379b2995583c40e24.zip CMake-0b3b21fa63ed137a3fa534c379b2995583c40e24.tar.gz CMake-0b3b21fa63ed137a3fa534c379b2995583c40e24.tar.bz2 |
warning fixes
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 661841b..337f50a 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -1663,7 +1663,6 @@ cmSourceFile* cmMakefile::GetOrCreateSource(const char* sourceName, { cmSystemTools::Error( "CMake failed to properly look up cmSourceFile: ", sourceName); - int i = *(int *)0x0; } return ret; } |