]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
-Wextra is only understood by GCC 3.4.6 or later.
authorJohn Mark Bell <jmb@netsurf-browser.org>
Fri, 6 Nov 2009 07:05:12 +0000 (07:05 -0000)
committerJohn Mark Bell <jmb@netsurf-browser.org>
Fri, 6 Nov 2009 07:05:12 +0000 (07:05 -0000)
commite394a3b924dfe18b03a81e9c028082c286be697c
treea78c001ddb9e4169d45d2d14c4fd9a77e4aa2644
parentf6324470193a321f618516d9d783720ab548f1c0
-Wextra is only understood by GCC 3.4.6 or later.
It is a more descriptive synonym for -W.

Use -W instead which is understood by all common versions of GCC
(i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support)

Additionally, conditionalise our -Werror usage on whether we're building for
BeOS/Haiku. On these platforms, the standard library headers result in warnings.
GCC 2 is quite happy to build this code on other platforms, so shouldn't be
the trigger for dropping -Werror (even if BeOS is the only target where GCC2 is
likely to be used).

svn path=/trunk/libsvgtiny/; revision=9670
Makefile