ENH: oops, initialize variable
This commit is contained in:
parent
96d561aabc
commit
d0b3391642
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue