summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-07-14 23:53:54 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-07-14 23:53:54 (GMT)
commit871db9760fac91562efcf61efd59fe5741f071ea (patch)
treef36143b463f90ca608b01ae190904f927adc4594 /Source
parenta3eeaa1ce2fb4ca4e6c2f2a6d1f9bb6e9709ce34 (diff)
downloadCMake-871db9760fac91562efcf61efd59fe5741f071ea.zip
CMake-871db9760fac91562efcf61efd59fe5741f071ea.tar.gz
CMake-871db9760fac91562efcf61efd59fe5741f071ea.tar.bz2
ENH: remove warnings
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx3
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 = "";