diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-14 23:53:54 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-14 23:53:54 (GMT) |
commit | 871db9760fac91562efcf61efd59fe5741f071ea (patch) | |
tree | f36143b463f90ca608b01ae190904f927adc4594 /Source | |
parent | a3eeaa1ce2fb4ca4e6c2f2a6d1f9bb6e9709ce34 (diff) | |
download | CMake-871db9760fac91562efcf61efd59fe5741f071ea.zip CMake-871db9760fac91562efcf61efd59fe5741f071ea.tar.gz CMake-871db9760fac91562efcf61efd59fe5741f071ea.tar.bz2 |
ENH: remove warnings
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 0a71501..92e35a0 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -334,9 +334,6 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout, } - int runtime = 0; - int optimized = 0; - int inlineFunctions = 0; std::string programDatabase; const char* pre = "WIN32,_DEBUG,_WINDOWS"; std::string debugPostfix = ""; |