mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:51:42 +03:00
if2ip.c: Fixed warning: unused parameter 'remote_scope'
This commit is contained in:
parent
e34bc917d6
commit
ee7669ba3a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue