silence compiler warnings for mingw win32 builds --enable-debug

This commit is contained in:
Daniel Stenberg 2005-03-14 15:43:23 +00:00
parent 387aaba810
commit 3916d1e6cb
4 changed files with 7 additions and 8 deletions

View file

@ -364,6 +364,9 @@ static CURLcode bindlocal(struct connectdata *conn,
return CURLE_OK;
} /* end of device selection support */
#else
(void)conn;
(void)sockfd;
#endif /* end of HAVE_INET_NTOA */
return CURLE_HTTP_PORT_FAILED;