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