Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 124480
Status: new
Priority: 0/
Queue: Scalar-List-Utils

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: 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