From ee7669ba3adeec052d999d9b415bb34caaa1e94b Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sat, 6 Apr 2013 20:30:13 +0200 Subject: if2ip.c: Fixed warning: unused parameter 'remote_scope' --- lib/if2ip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/if2ip.c b/lib/if2ip.c index 99fa01106..43584c75c 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -202,6 +202,7 @@ if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, const char *interf, char *buf, int buf_size) { (void) af; + (void) remote_scope; (void) interf; (void) buf; (void) buf_size; -- cgit v1.2.3