diff options
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; } |