mirror of
https://github.com/moparisthebest/curl
synced 2024-11-13 13:05: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 */
|
* would just confuse things */
|
||||||
(void)data;
|
(void)data;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
#else
|
||||||
(void)data;
|
(void)data;
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif /* USE_NSS */
|
#endif /* USE_NSS */
|
||||||
|
Loading…
Reference in New Issue
Block a user