mirror of https://github.com/GNOME/gimp.git
build/buildbot: Suppress pygimp gimp_drawable_transform_* warnings
This commit is contained in:
parent
4a32f3e500
commit
08a3a1dca7
|
@ -36,3 +36,6 @@
|
|||
|
||||
# Tons of deprecation warnings, hopefully we never have to fix these...
|
||||
: .*file-.*: warning: .* is deprecated \(declared at .*/png.h:.*\)$
|
||||
|
||||
# Temporary suppression until Bug 631543 is fixed
|
||||
.*plug-ins/pygimp/pygimp-drawable.c:.*: warning: implicit declaration of function .*gimp_drawable_transform_.*
|
||||
|
|
Loading…
Reference in New Issue