if2ip.c: Fixed warning: unused parameter 'remote_scope'
This commit is contained in:
@@ -202,6 +202,7 @@ if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope,
|
|||||||
const char *interf, char *buf, int buf_size)
|
const char *interf, char *buf, int buf_size)
|
||||||
{
|
{
|
||||||
(void) af;
|
(void) af;
|
||||||
|
(void) remote_scope;
|
||||||
(void) interf;
|
(void) interf;
|
||||||
(void) buf;
|
(void) buf;
|
||||||
(void) buf_size;
|
(void) buf_size;
|
||||||
|
Reference in New Issue
Block a user