]> git.0d.be Git - empathy.git/commitdiff
re-enable strict-prototypes warning
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 21 Feb 2011 10:57:56 +0000 (11:57 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 21 Feb 2011 12:53:42 +0000 (13:53 +0100)
It seems that GTK+ has been fixed

configure.ac

index c7d18a0bad4a0d30c879adeb4f87443f210cbccf..80aa724f3e37ea1ec7c6e4d5414386fc6a6a4977 100644 (file)
@@ -133,8 +133,7 @@ AS_COMPILER_FLAG(-Wdeclaration-after-statement, ERROR_CFLAGS="$ERROR_CFLAGS -Wde
 AS_COMPILER_FLAG(-Wshadow, ERROR_CFLAGS="$ERROR_CFLAGS -Wshadow")
 AS_COMPILER_FLAG(-Wmissing-prototypes, ERROR_CFLAGS="$ERROR_CFLAGS -Wmissing-prototypes")
 AS_COMPILER_FLAG(-Wmissing-declarations, ERROR_CFLAGS="$ERROR_CFLAGS -Wmissing-declarations")
-# Disabled because some GTK+ headers (like gtkitemfactory.h) are bugged :(
-#AS_COMPILER_FLAG(-Wstrict-prototypes, ERROR_CFLAGS="$ERROR_CFLAGS -Wstrict-prototypes")
+AS_COMPILER_FLAG(-Wstrict-prototypes, ERROR_CFLAGS="$ERROR_CFLAGS -Wstrict-prototypes")
 
 AC_SUBST(ERROR_CFLAGS)