diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-06-19 16:52:16 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-06-19 16:52:16 (GMT) |
commit | 38145ad5a4cceebc17f434e3c1068c8cc5bb5461 (patch) | |
tree | 78650f5ab7a85a37082fcd0b1c15a7f8c840bce4 /Source/cmSourceFile.cxx | |
parent | b15808caffd9d32caf75ac892a7b149ff3486ab8 (diff) | |
download | CMake-38145ad5a4cceebc17f434e3c1068c8cc5bb5461.zip CMake-38145ad5a4cceebc17f434e3c1068c8cc5bb5461.tar.gz CMake-38145ad5a4cceebc17f434e3c1068c8cc5bb5461.tar.bz2 |
modified create test source to create a vector
Diffstat (limited to 'Source/cmSourceFile.cxx')
-rw-r--r-- | Source/cmSourceFile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx index 43ebf52..0f6e270 100644 --- a/Source/cmSourceFile.cxx +++ b/Source/cmSourceFile.cxx @@ -122,6 +122,7 @@ 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; } |