mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
schannel: fix unused parameter warnings
This commit is contained in:
parent
3af5023a20
commit
a8259945c4
@ -952,6 +952,8 @@ void Curl_schannel_close(struct connectdata *conn, int sockindex)
|
||||
|
||||
int Curl_schannel_shutdown(struct connectdata *conn, int sockindex)
|
||||
{
|
||||
(void)conn;
|
||||
(void)sockindex;
|
||||
return CURLE_NOT_BUILT_IN; /* TODO: implement SSL/TLS shutdown */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user