From 1dfb1a85e7cbc37bf6fff9bb046c6e8be0c26b8e Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 12 Nov 2019 14:33:52 +0100 Subject: [lldb] Fix some warnings in the python plugin --- lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp index 29509f5b98e..5ed01cf4793 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp @@ -1190,6 +1190,7 @@ bool ScriptInterpreterPythonImpl::ExecuteOneLineWithReturn( return true; } } + llvm_unreachable("Fully covered switch!"); } Status ScriptInterpreterPythonImpl::ExecuteMultipleLines( -- cgit v1.2.3