summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-11-26 16:15:18 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2003-11-26 16:15:18 -0500
commit587370e1e28e014d1d1a4a31d8332c2c3181315f (patch)
treeae927430d524a919319e50d7c8f91cb6711b4f99 /Source
parentd89adbf04980c26a101dd5134224215451bd6455 (diff)
downloadcmake-587370e1e28e014d1d1a4a31d8332c2c3181315f.tar.gz
remove more warnings
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx1
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index a42d4b0261..ca53dbbdcf 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -351,7 +351,6 @@ void cmGlobalVisualStudio6Generator::OutputDSWFile()
std::map<cmStdString, std::vector<cmLocalGenerator*> >::iterator it;
for(it = m_SubProjectMap.begin(); it!= m_SubProjectMap.end(); ++it)
{
- std::vector<cmLocalGenerator*>& gen = it->second;
this->OutputDSWFile(it->second);
}
}
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index 42fa6dcc25..07e03376e8 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -295,7 +295,6 @@ void cmGlobalVisualStudio7Generator::OutputSLNFile()
std::map<cmStdString, std::vector<cmLocalGenerator*> >::iterator it;
for(it = m_SubProjectMap.begin(); it!= m_SubProjectMap.end(); ++it)
{
- std::vector<cmLocalGenerator*>& gen = it->second;
this->OutputSLNFile(it->second);
}
}