Subject: | VS2017 compilation warnings |
While building this module under 64-bit version of MS VS2017, I get the following build warnings:
Collate.xs(444): warning C4244: '=': conversion from '__int64' to 'I32', possible loss of data
Collate.xs(534): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?
)