mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:13:34 +03:00
silence compiler warnings for mingw win32 builds --enable-debug
This commit is contained in:
parent
387aaba810
commit
3916d1e6cb
4 changed files with 7 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue