diff options
Diffstat (limited to 'lib/connect.c')
-rw-r--r-- | lib/connect.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/connect.c b/lib/connect.c index 261ab08d8..f402ede77 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -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; |