OptionValueProperties::DeepCopy (): return empty value to avoid compilation error...
authorVirgile Bello <virgile.bello@gmail.com>
Thu, 5 Sep 2013 16:57:48 +0000 (16:57 +0000)
committerVirgile Bello <virgile.bello@gmail.com>
Thu, 5 Sep 2013 16:57:48 +0000 (16:57 +0000)
llvm-svn: 190069

lldb/source/Interpreter/OptionValueProperties.cpp

index 0df3782..abee55d 100644 (file)
@@ -651,6 +651,7 @@ lldb::OptionValueSP
 OptionValueProperties::DeepCopy () const
 {
     assert(!"this shouldn't happen");
+    return lldb::OptionValueSP();
 }
 
 const Property *