commit | 6e5e9aaf7fb11208ff15335336b89c8737ff04df | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Thu Jul 06 14:09:24 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Sat Oct 07 22:21:38 2017 +0100 |
tree | f7e7b8f3aa420728a0c83a6f618c89b7c73f834e | |
parent | 2d0a5840feaa66eec65582bf39ebc864316d2487 [diff] |
Fix MSVC warning in net.c The warning was caused because in MSVC some of the function parameters for the socket APIs are int while the fields in struct addrinfo are size_t e.g. possible data loss.