Shut up new gcc warnings
authorStef Walter <stefw@gnome.org>
Tue, 22 Jan 2013 15:07:45 +0000 (16:07 +0100)
committerStef Walter <stefw@gnome.org>
Fri, 25 Jan 2013 18:07:10 +0000 (19:07 +0100)
configure.ac

index 8116961c83717fda6afb57e74b1e739e73571529..d64b2b8fb81021e2275e3e78c7d990ec5fdeeb99 100644 (file)
@@ -146,7 +146,7 @@ if test "$GCC" = "yes"; then
                -Wall -Wmissing-declarations \
                -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
                -Wdeclaration-after-statement -Wformat=2 -Winit-self \
-               -Waggregate-return -Wmissing-format-attribute"
+               -Waggregate-return"
 
        for option in -Wmissing-include-dirs -Wundef; do
                SAVE_CFLAGS="$CFLAGS"