Skip Menu |

This queue is for tickets about the Compress-Raw-Bzip2 CPAN distribution.

Report information
The Basics
Id: 124475
Status: new
Priority: 0/
Queue: Compress-Raw-Bzip2

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: Bzip2.xs(488): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data Bzip2.xs(501): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(503): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(523): warning C4267: '+=': conversion from 'size_t' to 'uLong', possible loss of data Bzip2.xs(565): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(567): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(626): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(628): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(738): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data Bzip2.xs(756): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(769): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data Bzip2.xs(816): warning C4267: '+=': conversion from 'size_t' to 'uLong', possible loss of data