diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-06-19 17:28:39 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-06-19 17:28:39 (GMT) |
commit | 089bea359eb26276c4e9eee3aba1426c16cc0165 (patch) | |
tree | 4ebd0b98a386e94a92930fd88b4601875d0e32ce /Source | |
parent | 38145ad5a4cceebc17f434e3c1068c8cc5bb5461 (diff) | |
download | CMake-089bea359eb26276c4e9eee3aba1426c16cc0165.zip CMake-089bea359eb26276c4e9eee3aba1426c16cc0165.tar.gz CMake-089bea359eb26276c4e9eee3aba1426c16cc0165.tar.bz2 |
modified create test source to create a vector
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmSourceFile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx index 0f6e270..43ebf52 100644 --- a/Source/cmSourceFile.cxx +++ b/Source/cmSourceFile.cxx @@ -122,7 +122,6 @@ void cmSourceFile::SetName(const char* name, const char* dir, } cmSystemTools::Error("can not find file ", pathname.c_str(), errorMsg.c_str()); - int a = *(int *)0x00; } |