From 270f7d6056ff3a0b1fbf840cf4a4e49f19e5d0c3 Mon Sep 17 00:00:00 2001
From: Stuart Campbell <campbellsi@ornl.gov>
Date: Tue, 14 Jun 2011 15:43:43 +0000
Subject: [PATCH] compiler warning. refs #2897

---
 .../Mantid/Framework/Kernel/inc/MantidKernel/PropertyWithValue.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Code/Mantid/Framework/Kernel/inc/MantidKernel/PropertyWithValue.h b/Code/Mantid/Framework/Kernel/inc/MantidKernel/PropertyWithValue.h
index 6804f0ffbe7..eae7488a441 100644
--- a/Code/Mantid/Framework/Kernel/inc/MantidKernel/PropertyWithValue.h
+++ b/Code/Mantid/Framework/Kernel/inc/MantidKernel/PropertyWithValue.h
@@ -296,6 +296,7 @@ public:
       g_log.debug() << "Could not set property " << name() << ": " << except.what();
       return except.what();
     }
+    return "";
   }
 
   ///Copy assignment operator assigns only the value and the validator not the name, default (initial) value, etc.
-- 
GitLab