mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
compiler warning fix
This commit is contained in:
parent
0f9f6cf180
commit
5649b738be
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user