[giggle] f



commit cb5f657d8061a856923cb68f5016a63cc4149260
Author: Javier JardÃn <jjardon gnome org>
Date:   Thu Sep 20 04:47:00 2012 +0900

    f

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1082595..a7011f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -205,6 +205,10 @@ gl_MANYWARN_ALL_GCC([warnings])
 nw=
 nw="$nw -Wsystem-headers"       # Don't let system headers trigger warnings
 nw="$nw -Wunused-macros"        # Unused macros are ok
+# g_clear_object & G_ATOMIC_OP_USE_GCC_BUILTINS causes
+# violations with this. XXX Fix glib ?
+nw="$nw -Wunused-local-typedefs"
+nw="$nw -Wbad-function-cast"
 
 
 # Enable all GCC warnings not in this list.



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