[perl #41218] [CAGE] warnings in imcc lexer code
kjstol
parrotcode at gmail.com
Thu Dec 4 11:08:57 UTC 2008
On Wed, Dec 3, 2008 at 7:25 PM, Will Coleda via RT <
parrotbug-followup at parrotcode.org> wrote:
> On Tue Jan 09 06:43:10 2007, particle wrote:
> > compilers\imcc\imclexer.c(4310) : warning C4018: '<' : signed/unsigned
> > mismatch
> > compilers\imcc\imcc.l(662) : warning C4090: 'function' : different
> > 'const' qualifiers
> >
> > looks like an easy fix, if it's done on a platform where you have
> > --maintainer tools.
> > ~jerry
>
> Can someone using MSVC double check this against a recent parrot?
>
the const warning can be fixed, the signed/unsigned probably not; it's
flex-generated code. It already has been reported as a bug on the flex
mailing list (see flex.sourceforge.net). It's probably a matter of time
before that will resolved. It's not a big issue i think.
Recently I reported the 'missing default' as a bug (that warning is with GCC
only I think).
Last time I checked the const warning is still there.
kjs
>
> --
> Will "Coke" Coleda
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.parrot.org/pipermail/parrot-dev/attachments/20081204/a7ed2875/attachment.htm
More information about the parrot-dev
mailing list