Commit ee7669ba authored by Marc Hoersken's avatar Marc Hoersken
Browse files

if2ip.c: Fixed warning: unused parameter 'remote_scope'

parent e34bc917
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;