Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit c86ea58

Browse files
committed
if2ip.c: fix compiler warning
1 parent 5777034 commit c86ea58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/if2ip.c

+2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope,
162162
curl_socket_t dummy;
163163
size_t len;
164164

165+
(void)remote_scope;
166+
165167
if(!interf || (af != AF_INET))
166168
return IF2IP_NOT_FOUND;
167169

0 commit comments

Comments
 (0)