diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2012-12-07 20:51:09 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2012-12-07 20:51:09 +0000 |
| commit | 89660bf7959ea4d2aeab12e934c60fc0cc18e2ec (patch) | |
| tree | 3b37f1cb961ac1cb59d265b94e9ba1bf80f2d6eb /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | |
| parent | 4ec32d3d90a725234f6ea5b426673cd1a8f69971 (diff) | |
| download | llvm-89660bf7959ea4d2aeab12e934c60fc0cc18e2ec.tar.gz llvm-89660bf7959ea4d2aeab12e934c60fc0cc18e2ec.tar.bz2 llvm-89660bf7959ea4d2aeab12e934c60fc0cc18e2ec.zip | |
More Linux warnings fixes (remove default labels as needed):
- as per http://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations
Patch by Matt Kopec!
llvm-svn: 169633
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 2d6346f68423..449aa5ad0ac6 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -307,7 +307,6 @@ public: case eWatchpointWrite: return m_supports_z2; case eWatchpointRead: return m_supports_z3; case eWatchpointReadWrite: return m_supports_z4; - default: break; } return false; } |
