[Lldb-commits] [lldb] r157330 - /lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Filipe Cabecinhas me at filcab.net
Wed May 23 09:27:09 PDT 2012


Author: filcab
Date: Wed May 23 11:27:09 2012
New Revision: 157330

URL: http://llvm.org/viewvc/llvm-project?rev=157330&view=rev
Log:
extra ';' outside of a function [-pedantic,-Wextra-semi]

Modified:
    lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp?rev=157330&r1=157329&r2=157330&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Wed May 23 11:27:09 2012
@@ -70,7 +70,7 @@
         if (error.Success())
             ((ProcessGDBRemote *)p)->GetGDBRemote().DumpHistory (strm);
     }
-};
+}
 
 
 #define DEBUGSERVER_BASENAME    "debugserver"





More information about the lldb-commits mailing list