From cacfc0181c88d2c30791260890df052106d0a12f Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Mon, 4 Oct 2010 22:57:32 +0200 Subject: [PATCH] build/buildbot: Suppress png.h deprecation warnings fixup... --- build/buildbot/suppressed-warnings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/buildbot/suppressed-warnings.txt b/build/buildbot/suppressed-warnings.txt index a2fcddd85c..326ee9f0f0 100644 --- a/build/buildbot/suppressed-warnings.txt +++ b/build/buildbot/suppressed-warnings.txt @@ -35,4 +35,4 @@ : .*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::*) +: .*file-.*: warning: .* is deprecated (declared at .*/png.h:.*)$