On Wed, Dec 3, 2008 at 7:25 PM, Will Coleda via RT < [EMAIL PROTECTED]> 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 >