Переглянути джерело

ENH: oops, initialize variable

Andy Cedilnik 22 роки тому
батько
коміт
d0b3391642
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
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 )