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