Forráskód Böngészése

BUG: fix missing return value

Ken Martin 19 éve
szülő
commit
f056de555d
1 módosított fájl, 1 hozzáadás és 0 törlés
  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