OptionValueProperties::DeepCopy (): return empty value to avoid compilation error on MSVC (even if assert).

llvm-svn: 190069
This commit is contained in:
Virgile Bello 2013-09-05 16:57:48 +00:00
parent 228444b7bf
commit 51d2191316
1 changed files with 1 additions and 0 deletions

View File

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