From 90a3391c3cee0cb733c0ee77bb2dfc1a0c1e866e Mon Sep 17 00:00:00 2001 From: Dragos Oancea Date: Fri, 31 Jan 2020 14:35:04 +0000 Subject: [PATCH] [miniupnpc] Value stored to 'fd_flags' is never read --- libs/miniupnpc/miniwget.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/miniupnpc/miniwget.c b/libs/miniupnpc/miniwget.c index b4849e43da..3fa930e313 100644 --- a/libs/miniupnpc/miniwget.c +++ b/libs/miniupnpc/miniwget.c @@ -49,13 +49,11 @@ miniwget2(const char * url, const char * host, SOCKET s; #else int s; -#endif int fd_flags; +#endif struct sockaddr_in dest; struct hostent *hp; - fd_flags = 0; - *size = 0; hp = gethostbyname(host); if(hp==NULL)