summaryrefslogtreecommitdiff
path: root/lib/noproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/noproxy.c')
-rw-r--r--lib/noproxy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/noproxy.c b/lib/noproxy.c
index 0b9355a66..4b70a4be4 100644
--- a/lib/noproxy.c
+++ b/lib/noproxy.c
@@ -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 */
-