Skip Menu |

This queue is for tickets about the Socket CPAN distribution.

Report information
The Basics
Id: 124483
Status: new
Priority: 0/
Queue: Socket

People
Owner: Nobody in particular
Requestors: RANDIR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: VS2017 compilation warnings
While building this module under 64-bit version of MS VS2017, I get the following build warnings: Socket.xs(388): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data Socket.xs(876): warning C4312: 'type cast': conversion from 'int' to 'SV *' of greater size Socket.xs(943): warning C4312: 'type cast': conversion from 'int' to 'SV *' of greater size Socket.xs(959): warning C4244: '=': conversion from 'UV' to 'unsigned short', possible loss of data Socket.xs(1063): warning C4312: 'type cast': conversion from 'int' to 'SV *' of greater size Socket.xs(1106): warning C4312: 'type cast': conversion from 'int' to 'SV *' of greater size