Opened 8 years ago
Last modified 4 years ago
#10534 new Bugs
'WSASocketA': Use WSASocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | WSASocketA WSASocketW _WINSOCK_DEPRECATED_NO_WARNINGS | Cc: | nilsgladitz@… |
Description
With msvc-12.0 toolset (VS2013 Update 3):
boost_1_56_0\boost/asio/detail/impl/socket_ops.ipp(1363): warning C4996: 'WSASocketA': Use WSASocketW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
which leads to build failure if 'treat warnings as errors' option is on.
Attachments (2)
Change History (4)
by , 8 years ago
Attachment: | socket.rar added |
---|
comment:1 by , 8 years ago
Cc: | added |
---|
by , 6 years ago
Note:
See TracTickets
for help on using tickets.
Additional warnings (in the same scope) related to warning C4996 and _WINSOCK_DEPRECATED_NO_WARNINGS that I see are: