Discussion:
[perl #41218] [BUG] warnings in imcc lexer code
(too old to reply)
Jerry Gay
2007-01-09 14:43:10 UTC
Permalink
# New Ticket Created by Jerry Gay
# Please include the string: [perl #41218]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41218 >


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
kjstol
2008-12-04 11:08:57 UTC
Permalink
On Wed, Dec 3, 2008 at 7:25 PM, Will Coleda via RT <
Post by Jerry Gay
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
Loading...