forked from OSchip/llvm-project
Silence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3
llvm-svn: 362306
This commit is contained in:
parent
900578d1c1
commit
5a2a054028
|
@ -124,7 +124,7 @@ std::string TCPSocket::GetRemoteConnectionURI() const {
|
|||
GetRemotePortNumber());
|
||||
}
|
||||
return "";
|
||||
};
|
||||
}
|
||||
|
||||
Status TCPSocket::CreateSocket(int domain) {
|
||||
Status error;
|
||||
|
|
Loading…
Reference in New Issue