[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] libjpeg
On Tue, 15 Jun 2010 21:50:56 , Eero Tamminen <oak@helsinkinet.fi> wrote:
> Hi,
>
> On Tuesday 15 June 2010, Miro Kropacek wrote:
> > Well, you shouldn't change official headers (in /usr/include). So
> > either inspect why you get this warning in source code (gcc4, i.e.
> > strict compiler for example) or remove -Werror flag from Highwire as
> > temporary solution.
>
> -Werror shouldn't be used in packaged sources because that prevents
> automated package re-compiles. It's fine for unit tests (that aren't run at
> package build), but if one uses -Werror just to see warnings better, one
> could consider using something like "colorgcc" instead. :-)
>
-werror is in Highwire not the lib.
Peter