Subject: | VS2017 compilation warnings |
While building this module under 64-bit version of MS VS2017, I get the following build warnings:
Call.xs(69): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
Call.xs(88): warning C4267: 'return': conversion from 'size_t' to 'I32', possible loss of data
Call.xs(96): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
Call.xs(103): warning C4267: 'return': conversion from 'size_t' to 'I32', possible loss of data
Call.xs(149): warning C4244: '=': conversion from 'IV' to 'int', possible loss of data