diff options
author | Eric Christopher <echristo@gmail.com> | 2014-11-04 03:14:57 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-11-04 03:14:57 +0000 |
commit | 0010b202ba2545d8bd0fa329083b62bec22d3d79 (patch) | |
tree | d4c978d06c937e5a08bfd80009e47a5d6fc0b8b3 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | |
parent | 7ab81b9149aef1bc1b7d1ea6749cfedd31581c83 (diff) | |
download | bcm5719-llvm-0010b202ba2545d8bd0fa329083b62bec22d3d79.tar.gz bcm5719-llvm-0010b202ba2545d8bd0fa329083b62bec22d3d79.zip |
Fix one more [-Werror,-Winconsistent-missing-override] error.
llvm-svn: 221232
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h index ab911cd5dd8..bd7da225db6 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h @@ -58,7 +58,7 @@ public: bool &quit); virtual bool - GetThreadSuffixSupported () + GetThreadSuffixSupported () override { return true; } |