mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
#unwarn on unused variable
This commit is contained in:
parent
262d3179b1
commit
e088ce1365
1 changed files with 1 additions and 1 deletions
|
@ -494,8 +494,8 @@ namespace System.Net
|
||||||
int32 size = sizeof(SockAddr_in6);
|
int32 size = sizeof(SockAddr_in6);
|
||||||
if (bind(mHandle, &service, size) == SOCKET_ERROR)
|
if (bind(mHandle, &service, size) == SOCKET_ERROR)
|
||||||
{
|
{
|
||||||
|
#unwarn
|
||||||
int err = WSAGetLastError();
|
int err = WSAGetLastError();
|
||||||
|
|
||||||
Close();
|
Close();
|
||||||
return .Err;
|
return .Err;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue