mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:13:35 +03:00
if2ip.c: fix compiler warning 'unused parameter'
This commit is contained in:
parent
b9b772fefe
commit
66c5076252
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue