diff --git a/lib/sslgen.c b/lib/sslgen.c index f8f8ec622..641131571 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 */