[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] libjpeg



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. :-)


	- Eero

http://packages.debian.org/lenny/colorgcc
http://bre.klaki.net/programs/colormake/
http://colordiff.sourceforge.net/