Subject: | VS2017 compilation warnings |
While building this module under 64-bit version of MS VS2017, I get the following build warnings:
ListUtil.xs(319): warning C4244: '=': conversion from 'IV' to 'NV', possible loss of data
ListUtil.xs(922): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
ListUtil.xs(1482): warning C4244: 'function': conversion from '__int64' to 'I32', possible loss of data
ListUtil.xs(1509): warning C4267: 'function': conversion from 'size_t' to 'I32', possible loss of data
ListUtil.xs(1517): warning C4267: 'function': conversion from 'size_t' to 'I32', possible loss of data
ListUtil.xs(1497): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
ListUtil.xs(1498): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data