mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
if2ip.c: fix compiler warning 'unused parameter'
This commit is contained in:
parent
b9b772fefe
commit
66c5076252
@ -178,6 +178,8 @@ char *Curl_if2ip(int af, const char *interface, char *buf, int buf_size)
|
||||
|
||||
bool Curl_if_is_interface_name(const char *interface)
|
||||
{
|
||||
(void) interface;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user