summaryrefslogtreecommitdiff
path: root/test/test-eof.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-eof.c')
-rw-r--r--test/test-eof.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-eof.c b/test/test-eof.c
index 47da694b..741a2d81 100644
--- a/test/test-eof.c
+++ b/test/test-eof.c
@@ -95,11 +95,10 @@ main(int argc, char **argv)
#ifdef WIN32
WORD wVersionRequested;
WSADATA wsaData;
- int err;
wVersionRequested = MAKEWORD(2, 2);
- err = WSAStartup(wVersionRequested, &wsaData);
+ (void) WSAStartup(wVersionRequested, &wsaData);
#endif
if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)