mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
examples: fix some compiler warnings
This commit is contained in:
parent
888e4b6821
commit
d202fbcc00
3 changed files with 3 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ int main(void)
|
|||
return 1;
|
||||
}
|
||||
|
||||
sockfd = sockextr;
|
||||
sockfd = (curl_socket_t)sockextr;
|
||||
|
||||
/* wait for the socket to become ready for sending */
|
||||
if(!wait_on_socket(sockfd, 0, 60000L)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue