From 8faf9370fa6af03e58d658c2cf31569b1ecc47b6 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Tue, 16 Sep 2014 06:34:29 +0000 Subject: Clean-up warnings on Linux/GCC llvm-svn: 217862 --- lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp') diff --git a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp index f362477d923..c237b8d6a12 100644 --- a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp @@ -113,6 +113,7 @@ NativeThreadLinux::GetStopReason (ThreadStopInfo &stop_info) } return false; } + llvm_unreachable("unhandled StateType!"); } lldb_private::NativeRegisterContextSP -- cgit v1.2.3