On Tuesday 23 December 2008 14:53:15 Jarkko Hietaniemi wrote:

> I am seeing some new warnings, if I find the time I'll file a new bug on
> those.  An easy quick one to fix would be this:
>
> cc: Info: ./include/parrot/sub.h, line 47: Trailing comma found in
> enumerator list. (trailcomma)
> } sub_flags_enum;
> ^
>
> Trailing commas in enum lists are not portable across cranky C compilers.

Fixed in r34299, thanks.  I cranked up the optimization level to -O2 and am 
fixing as many warnings as possible with GCC 4.3, but I'm sure that leaves 
plenty for pickier compilers to complain about.

-- c

Reply via email to