Skip to content

Commit d1b6486

Browse files
author
Zisso
committed
don't ignore warnings
1 parent 26b10ab commit d1b6486

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wsl-samples/afunix-wsl-interop/windows_server/af_unix_win_server.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
#undef UNICODE
22

3-
#pragma warning(push, 0)
43
#include <winsock2.h>
54
#include <windows.h>
65
#include <ws2tcpip.h>
76
#include <afunix.h>
87
#include <stdlib.h>
98
#include <stdio.h>
10-
#pragma warning(pop)
119

1210
#define SERVER_SOCKET "server.sock"
1311

0 commit comments

Comments
 (0)