remove more warnings
This commit is contained in:
parent
d89adbf049
commit
587370e1e2
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue