build/buildbot: Suppress png.h deprecation warnings

This commit is contained in:
Martin Nordholts 2010-10-04 22:50:48 +02:00
parent ee82861871
commit b8ed5fea54

View file

@ -33,3 +33,6 @@
# jas_config.h redefines PACKAGE_NAME etc
: .*jas_config.h:.*:1: warning: .* redefined$
: .*config.h:.*:1: warning: this is the location of the previous definition$
# Tons of deprecation warnings, hopefully we never have to fix these...
: .*file-.*: warning: .* is deprecated (declared at .*png.h::*)