mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
prevent compiler warning
This commit is contained in:
parent
8bd6d6a4de
commit
f30e8b11eb
@ -481,7 +481,7 @@ int Curl_ssl_recv(struct connectdata *conn, /* connection data */
|
||||
return -1;
|
||||
}
|
||||
|
||||
return nread;
|
||||
return (int)nread;
|
||||
|
||||
#else /* USE_SSL */
|
||||
(void)conn;
|
||||
|
Loading…
Reference in New Issue
Block a user