Opened 7 years ago
#11284 new Bugs
VS2013: compiler warnings C4242
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Some C4242 [level 4] warnings in asio when compiling with VS 2013 x64.
- boost.library\v1.57.0\include\boost\asio\detail\impl\win_iocp_socket_service_base.ipp(567) : warning C4242: '=' : conversion from 'int' to 'ADDRESS_FAMILY', possible loss of data
- boost.library\v1.57.0\include\boost\asio\impl\serial_port_base.ipp(511) : warning C4242: '=' : conversion from 'const unsigned int' to 'BYTE', possible loss of data
Note:
See TracTickets
for help on using tickets.