mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
ENH: oops, initialize variable
This commit is contained in:
@@ -2016,7 +2016,7 @@ void cmMakefile::GetListOfMacros(std::string& macros)
|
||||
{
|
||||
StringStringMap::iterator it;
|
||||
macros = "";
|
||||
int cc;
|
||||
int cc = 0;
|
||||
for ( it = m_MacrosMap.begin(); it != m_MacrosMap.end(); ++it )
|
||||
{
|
||||
if ( cc > 0 )
|
||||
|
||||
Reference in New Issue
Block a user