Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 96424
Status: resolved
Priority: 0/
Queue: Scalar-List-Utils

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

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



Subject: compilation warning from ListUtil.xs
Date: Fri, 13 Jun 2014 07:09:45 -0400
To: bug-Scalar-List-Utils [...] rt.cpan.org
From: Jarkko Hietaniemi <jhi [...] iki.fi>
I was playing around with stricter compiler options for Perl core and I noticed this warning: ListUtil.xs:239:12: warning: enumeration value 'ACC_SV' not handled in switch [-Wswitch] Either handle it, or add default case?
On Fri Jun 13 07:09:57 2014, jhi@iki.fi wrote: Show quoted text
> I was playing around with stricter compiler options for Perl core and I > noticed this warning: > > ListUtil.xs:239:12: warning: enumeration value 'ACC_SV' not handled in > switch [-Wswitch] > > Either handle it, or add default case?
Ah yes; https://github.com/Scalar-List-Utils/Scalar-List-Utils/commit/8cadbe66af9d67c1678bd2709ff28f4825e743a0 should fix it. -- Paul Evans
This went in to 1.40 -- Paul Evans