Ken Martin 19 лет назад
Родитель
Сommit
f056de555d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Source/cmTest.cxx

+ 1 - 0
Source/cmTest.cxx

@@ -62,6 +62,7 @@ const char *cmTest::GetProperty(const char* prop) const
     {
     return this->Makefile->GetProperty(prop,cmProperty::TEST);
     }
+  return retVal;
 }
 
 bool cmTest::GetPropertyAsBool(const char* prop) const