commit | 568b0de17091aea712d411d15ff2ecf8b947b7c5 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Wed Feb 18 18:44:03 2015 +0000 |
committer | Zachary Turner <zturner@google.com> | Wed Feb 18 18:44:03 2015 +0000 |
tree | e0cdb11430937bd135ffa05f56ac3ac7ad033193 | |
parent | 428c605dff38347495060e5df983bbc7df3c67df [diff] [blame] |
Fix warning that not all control-paths return from function. llvm-svn: 229718
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 4beeade..8e2fd54 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -383,7 +383,7 @@ case eWatchpointWrite: return m_supports_z2; case eWatchpointRead: return m_supports_z3; case eWatchpointReadWrite: return m_supports_z4; - case eStoppointInvalid: return false; + default: return false; } } uint8_t