Skip Menu |

This queue is for tickets about the Digest-MD5 CPAN distribution.

Report information
The Basics
Id: 106156
Status: resolved
Priority: 0/
Queue: Digest-MD5

People
Owner: Nobody in particular
Requestors: JHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: win32 compilation noise
MD5.xs(763) : warning C4244: '=' : conversion from 'U32' to 'char', possible loss of data MD5.xs(764) : warning C4244: '=' : conversion from 'U32' to 'char', possible loss of data MD5.xs(765) : warning C4244: '=' : conversion from 'U32' to 'char', possible loss of data MD5.xs(766) : warning C4244: '=' : conversion from 'U32' to 'char', possible loss of data
Now there're more, this is a log from VS2017: MD5.xs(432): warning C4267: '+=': conversion from 'size_t' to 'U32', possible loss of data MD5.xs(700): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data MD5.xs(707): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data MD5.xs(763): warning C4244: '=': conversion from 'U32' to 'char', possible loss of data MD5.xs(764): warning C4244: '=': conversion from 'U32' to 'char', possible loss of data MD5.xs(765): warning C4244: '=': conversion from 'U32' to 'char', possible loss of data MD5.xs(766): warning C4244: '=': conversion from 'U32' to 'char', possible loss of data MD5.xs(746): warning C4244: 'initializing': conversion from 'UV' to 'unsigned long', possible loss of data