build: Update buildbot/suppressed-warnings.txt for scheme.c

This commit is contained in:
Martin Nordholts 2011-02-08 08:15:18 +01:00
parent fac7d4dd64
commit 5f16d2ccc3

View file

@ -35,3 +35,6 @@
# Tons of deprecation warnings, hopefully we never have to fix these...
: .*file-.*: warning: .* is deprecated \(declared at .*/png.h:.*\)$
# Don't care about some warnings that come from upstream tinyscheme code
: .*plug-ins/script-fu/tinyscheme/scheme.c:.*: warning: ISO C90 forbids mixed declarations and code$