warning workarounds

This commit is contained in:
eihrul
2011-12-31 12:37:26 +00:00
parent e96c668702
commit 70d0d8f25d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ enet_socket_send (ENetSocket socket,
(DWORD) bufferCount,
& sentLength,
0,
address != NULL ? (struct sockaddr *) & sin : 0,
address != NULL ? (struct sockaddr *) & sin : NULL,
address != NULL ? sizeof (struct sockaddr_in) : 0,
NULL,
NULL) == SOCKET_ERROR)