mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
if2ip.c: fix compiler warning
This commit is contained in:
parent
577703495e
commit
c86ea58304
@ -162,6 +162,8 @@ if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope,
|
|||||||
curl_socket_t dummy;
|
curl_socket_t dummy;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
|
(void)remote_scope;
|
||||||
|
|
||||||
if(!interf || (af != AF_INET))
|
if(!interf || (af != AF_INET))
|
||||||
return IF2IP_NOT_FOUND;
|
return IF2IP_NOT_FOUND;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user