noproxy: silence unused variable warnings with no ipv6
Follow-up to 36474f1050
Reviewed-by: Daniel Stenberg
Closes #9782
This commit is contained in:
Родитель
f5e5384ec3
Коммит
9b63dda16e
|
@ -94,6 +94,9 @@ UNITTEST bool Curl_cidr6_match(const char *ipv6,
|
|||
|
||||
return TRUE;
|
||||
#else
|
||||
(void)ipv6;
|
||||
(void)network;
|
||||
(void)bits;
|
||||
return FALSE;
|
||||
#endif
|
||||
}
|
||||
|
@ -213,4 +216,3 @@ bool Curl_check_noproxy(const char *name, const char *no_proxy)
|
|||
}
|
||||
|
||||
#endif /* CURL_DISABLE_PROXY */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче