if2ip.c: Fixed warning: unused parameter 'remote_scope'
authorMarc Hoersken <info@marc-hoersken.de>
Sat, 6 Apr 2013 18:30:13 +0000 (20:30 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sat, 6 Apr 2013 18:30:13 +0000 (20:30 +0200)
lib/if2ip.c

index 99fa011..43584c7 100644 (file)
@@ -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;