ENH: fix compiler warnings

This commit is contained in:
Ken Martin
2007-03-05 09:51:13 -05:00
parent 1263baec63
commit d443963d91
3 changed files with 4 additions and 6 deletions

View File

@@ -807,7 +807,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
{
cmCacheManager *cachem = this->m_CMakeInstance->GetCacheManager();
cmCacheManager::CacheIterator it = cachem->NewIterator();
size_t size = m_CacheEntriesList.GetItems().size();
// if there are already entries in the cache, then
// put the new ones in the top, so they show up first
bool reverseOrder = false;