From: Yang Tse Date: Tue, 13 Feb 2007 02:30:31 +0000 (+0000) Subject: compiler warning fix X-Git-Tag: curl-7_16_2~329 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5649b738befc3c509136313c914e43b90304a450;p=thirdparty%2Fcurl.git compiler warning fix --- diff --git a/lib/sslgen.c b/lib/sslgen.c index 9043cee294..6b1de1e3c1 100644 --- a/lib/sslgen.c +++ b/lib/sslgen.c @@ -517,6 +517,7 @@ struct curl_slist *Curl_ssl_engines_list(struct SessionHandle *data) * would just confuse things */ (void)data; return NULL; +#else (void)data; return NULL; #endif /* USE_NSS */