mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 22:30:29 +00:00
ENH: fix compiler warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user