From: Daniel Stenberg Date: Thu, 11 May 2006 05:16:38 +0000 (+0000) Subject: silence warning X-Git-Tag: curl-7_15_4~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9e14408f0e113a6056d4bde95cda6d0daee60f5;p=thirdparty%2Fcurl.git silence warning --- diff --git a/lib/sslgen.c b/lib/sslgen.c index f8f8ec622c..6411315710 100644 --- a/lib/sslgen.c +++ b/lib/sslgen.c @@ -568,6 +568,7 @@ int Curl_ssl_check_cxn(struct connectdata *conn) #ifdef USE_SSLEAY return Curl_ossl_check_cxn(conn); #else + (void)conn; /* TODO: we lack implementation of this for GnuTLS */ return -1; /* connection status unknown */ #endif /* USE_SSLEAY */