From f056de555d93d73f941a60fd4ad009ce6e0e88cf Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 7 Dec 2006 10:22:19 -0500 Subject: BUG: fix missing return value --- Source/cmTest.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index 42b15aa..47f8792 100644 --- a/Source/cmTest.cxx +++ b/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 -- cgit v0.12