summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-11-04 03:14:57 +0000
committerEric Christopher <echristo@gmail.com>2014-11-04 03:14:57 +0000
commit0010b202ba2545d8bd0fa329083b62bec22d3d79 (patch)
treed4c978d06c937e5a08bfd80009e47a5d6fc0b8b3
parent7ab81b9149aef1bc1b7d1ea6749cfedd31581c83 (diff)
downloadbcm5719-llvm-0010b202ba2545d8bd0fa329083b62bec22d3d79.tar.gz
bcm5719-llvm-0010b202ba2545d8bd0fa329083b62bec22d3d79.zip
Fix one more [-Werror,-Winconsistent-missing-override] error.
llvm-svn: 221232
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h2
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;
}
OpenPOWER on IntegriCloud