commit | 021086a399a50c4f9bf2c9c7a84369257671390e | [log] [tgz] |
---|---|---|
author | Filipe Cabecinhas <me@filcab.net> | Wed May 23 16:27:09 2012 +0000 |
committer | Filipe Cabecinhas <me@filcab.net> | Wed May 23 16:27:09 2012 +0000 |
tree | da2a0b23920c59c65b4b69f24b886d56002289c1 | |
parent | 9a23becdf4f275a7a4da9e5a0319c1b4501673ae [diff] [blame] |
extra ';' outside of a function [-pedantic,-Wextra-semi] git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157330 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 3d83a1a..d9b9206 100644 --- a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -70,7 +70,7 @@ if (error.Success()) ((ProcessGDBRemote *)p)->GetGDBRemote().DumpHistory (strm); } -}; +} #define DEBUGSERVER_BASENAME "debugserver"