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;
|
StringStringMap::iterator it;
|
||||||
macros = "";
|
macros = "";
|
||||||
int cc;
|
int cc = 0;
|
||||||
for ( it = m_MacrosMap.begin(); it != m_MacrosMap.end(); ++it )
|
for ( it = m_MacrosMap.begin(); it != m_MacrosMap.end(); ++it )
|
||||||
{
|
{
|
||||||
if ( cc > 0 )
|
if ( cc > 0 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user