mirror of https://github.com/GNOME/gimp.git
build/buildbot: Suppress png.h deprecation warnings
This commit is contained in:
parent
ee82861871
commit
b8ed5fea54
|
@ -33,3 +33,6 @@
|
||||||
# jas_config.h redefines PACKAGE_NAME etc
|
# jas_config.h redefines PACKAGE_NAME etc
|
||||||
: .*jas_config.h:.*:1: warning: .* redefined$
|
: .*jas_config.h:.*:1: warning: .* redefined$
|
||||||
: .*config.h:.*:1: warning: this is the location of the previous definition$
|
: .*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::*)
|
||||||
|
|
Loading…
Reference in New Issue