mirror of
https://github.com/curl/curl.git
synced 2025-09-27 22:47:00 +03: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