summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 70ca89d..4569ec7 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -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 )