summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-11-06 07:01:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-11-06 07:01:57 +0000
commit2183cfcb2cbe85532b711b0696cf05311603b0a9 (patch)
tree147953a636a1d39182107387882aa7800bf6eca9 /src
parent089d744d0d64d50a00e0a17df2c768c626778042 (diff)
downloadlibnsbmp-2183cfcb2cbe85532b711b0696cf05311603b0a9.tar.gz
libnsbmp-2183cfcb2cbe85532b711b0696cf05311603b0a9.tar.bz2
-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/libnsbmp/; revision=9666
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions