[gimp] build: Update buildbot/suppressed-warnings.txt



commit 5f8a13a3600fe30ed73211f0b10e29a571b550e9
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Sep 3 08:41:38 2010 +0200

    build: Update buildbot/suppressed-warnings.txt

 build/buildbot/suppressed-warnings.txt |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/build/buildbot/suppressed-warnings.txt b/build/buildbot/suppressed-warnings.txt
index b28e751..5783bfc 100644
--- a/build/buildbot/suppressed-warnings.txt
+++ b/build/buildbot/suppressed-warnings.txt
@@ -1,21 +1,22 @@
-# This is a 'suppressionFile' for buildbot
+# This is a 'suppressionFile' for buildbot warnings
 # We use isn.*t because UTF-8 ' might be interpreted as ASCII...
 
 # Ignore warning from gtk-doc during make
-:    .*warning: Value descriptions for .* are missing in source code comment block.*
-:    .*warning: Property .* has no documentation.*
 :    .*html:.*: warning: no link for: .*
+:    .*warning: .* unused declarations.*They should be added to .* in the appropriate place.*
+:    .*warning: Field description for .* is missing in source code comment block.*
 :    .*warning: Field descriptions for .* are missing in source code comment block.*
+:    .*warning: Property .* has no documentation.*
 :    .*warning: Section .* is not defined in the .* file.*
-:    .*warning: .* unused declarations.*They should be added to .* in the appropriate place.*
+:    .*warning: Value descriptions for .* are missing in source code comment block.*
 
 # This will die in GIMP 3.0, don't bother fixing...
-:    ^gimp-composite-.* warning: function declaration isn.*t a prototype.*
+:    .*gimp-composite-.* warning: function declaration isn.*t a prototype.*
 :    .*gimpcpuaccel.c:182: warning: dereferencing type-punned pointer will break strict-aliasing rules.*
 
 # Well-known harmless warnings
-:    .*gtkitemfactory.h:47: warning: function declaration isn.*t a prototype.*
 :    .*app/core/gimpimagemap.c:.*: warning: implicit declaration of function .*gegl_node_get_pad.*
+:    .*gtkitemfactory.h:47: warning: function declaration isn.*t a prototype.*
 
-# who cares
+# Who cares
 :    .*gimp.desktop: warning: value .* contains .* more than once.*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]