mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
noproxy: silence unused variable warnings with no ipv6
Follow-up to 36474f1050
Reviewed-by: Daniel Stenberg
Closes #9782
This commit is contained in:
parent
f5e5384ec3
commit
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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user