Skip Menu |

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

Report information
The Basics
Id: 95830
Status: resolved
Priority: 0/
Queue: Digest-SHA

People
Owner: mshelor [...] cpan.org
Requestors: jhi [...] iki.fi
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 5.91
Fixed in: 5.92



Subject: compilation warning from Microsoft C compiler
Date: Wed, 21 May 2014 07:29:25 -0400
To: bug-Digest-SHA [...] rt.cpan.org
From: Jarkko Hietaniemi <jhi [...] iki.fi>
SHA.xs(283) : warning C4018: '>=' : signed/unsigned mismatch Looks like maybe adding 'U' suffix for the constants would work? This comes from http://code.activestate.com/lists/perl5-porters/207570/ Note: I myself do not have that build environment, so can't test the fix, I just noticed the report.
On Wed May 21 07:29:38 2014, jhi@iki.fi wrote: Show quoted text
> SHA.xs(283) : warning C4018: '>=' : signed/unsigned mismatch > > Looks like maybe adding 'U' suffix for the constants would work? > > This comes from http://code.activestate.com/lists/perl5-porters/207570/ > > Note: I myself do not have that build environment, so can't test the > fix, I just noticed the report. >
I don't have the MS environment either, but what you propose appears to be the natural fix. Mark
Fixed in 5.92.