]> granicus.if.org Git - curl/commit
sendrecv: fix MinGW-w64 warning
authorMarcel Raad <raad@teamviewer.com>
Sun, 7 May 2017 20:14:28 +0000 (22:14 +0200)
committerMarcel Raad <raad@teamviewer.com>
Sun, 7 May 2017 20:14:28 +0000 (22:14 +0200)
commitd99acd937a01ee7111c347e08c1f25cea54a6ab9
tree4e124f4612ce7af0a2964340d8f4772c664479ce
parentf67aa4d31c41eb91b0339cc66da5a199e70e7b4b
sendrecv: fix MinGW-w64 warning

The first argument to select is an int, while curl_socket_t is
unsigned long long when using WinSock. It's ignored anyway [1].

[1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms740141.aspx
docs/examples/sendrecv.c