Skip Menu |

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

Report information
The Basics
Id: 95832
Status: resolved
Priority: 0/
Queue: MIME-Base64

People
Owner: Nobody in particular
Requestors: jhi [...] iki.fi
Cc:
AdminCc:

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



Subject: compilation warnings from the Microsoft compiler
Date: Wed, 21 May 2014 07:33:45 -0400
To: bug-MIME-Base64 [...] rt.cpan.org
From: Jarkko Hietaniemi <jhi [...] iki.fi>
Base64.xs(394) : warning C4146: unary minus operator applied to unsigned type, result still unsigned Base64.xs(396) : warning C4146: unary minus operator applied to unsigned type, result still unsigned This comes from http://code.activestate.com/lists/perl5-porters/207570/ Note: I myself do not have that build environment, so can't test any fixes, I just noticed the report.
On Wed May 21 07:41:08 2014, jhi@iki.fi wrote:
Show quoted text
> Base64.xs(394) : warning C4146: unary minus operator applied to unsigned
> type, result still unsigned
> Base64.xs(396) : warning C4146: unary minus operator applied to unsigned
> type, result still unsigned
>
> This comes from http://code.activestate.com/lists/perl5-porters/207570/
>
> Note: I myself do not have that build environment, so can't test any
> fixes, I just noticed the report.

Applied the patch in https://rt.cpan.org/Ticket/Display.html?id=101492