Skip Menu |

This queue is for tickets about the MIME-Base64 CPAN distribution.

Report information
The Basics
Id: 124481
Status: new
Priority: 0/
Queue: MIME-Base64

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