mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08: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