Fri Jun 13 07:09:57 2014jhi [...] iki.fi - Ticket created
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?