[lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp

This commit is contained in:
Pavel Labath 2019-12-23 11:06:50 +01:00
parent 12a3d97cf6
commit fbccef6b25
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ std::string ScriptInterpreter::LanguageToString(lldb::ScriptLanguage language) {
case eScriptLanguageUnknown:
return "Unknown";
}
llvm_unreachable("Unhandled ScriptInterpreter!");
}
lldb::ScriptLanguage