瀏覽代碼

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 )