Subject: | VS2017 compilation warnings |
While building this module under 64-bit version of MS VS2017, I get the following build warnings:
Base64.xs(270): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
Base64.xs(272): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data