From: Daniel Stenberg Date: Wed, 9 Feb 2005 22:47:57 +0000 (+0000) Subject: prevent a compiler warning X-Git-Tag: curl-7_13_1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89cac6f25cd14dc2a0ff4164ccff761c3a6e6304;p=curl prevent a compiler warning --- diff --git a/lib/url.c b/lib/url.c index 7de06ff3f..42b7350b0 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3599,6 +3599,7 @@ CURLcode Curl_async_resolved(struct connectdata *conn, return code; #else (void)conn; + (void)protocol_done; return CURLE_OK; #endif }