From 5a2a054028c27d0716faf9b513f3fb5c8723400f Mon Sep 17 00:00:00 2001 From: Alexandre Ganea Date: Sat, 1 Jun 2019 21:47:44 +0000 Subject: [PATCH] =?utf8?q?Silence=20'warning:=20extra=20=E2=80=98;?= =?utf8?q?=E2=80=99=20[-Wpedantic]'=20with=20GCC=207.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit llvm-svn: 362306 --- lldb/source/Host/common/TCPSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Host/common/TCPSocket.cpp b/lldb/source/Host/common/TCPSocket.cpp index 201ddd3..58f99f7 100644 --- a/lldb/source/Host/common/TCPSocket.cpp +++ b/lldb/source/Host/common/TCPSocket.cpp @@ -124,7 +124,7 @@ std::string TCPSocket::GetRemoteConnectionURI() const { GetRemotePortNumber()); } return ""; -}; +} Status TCPSocket::CreateSocket(int domain) { Status error; -- 2.7.4