From: Dana Jansens Date: Thu, 16 Sep 2010 18:52:09 +0000 (-0400) Subject: glib can't handle -Wcast-qual X-Git-Tag: release-3.5.0~66 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=2813d2c1612ce09cf1b8fe8e70d3d122f6b11b69 glib can't handle -Wcast-qual --- diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 5a95e84..86d3e0b 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -76,7 +76,9 @@ AC_DEFUN([OB_COMPILER_FLAGS], if test "$DEBUG" = "yes"; then FLAGS="$FLAGS -O0 -ggdb -fno-inline -Wwrite-strings" FLAGS="$FLAGS -Wall -Wsign-compare -Waggregate-return" - FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith" + FLAGS="$FLAGS -Wbad-function-cast -Wpointer-arith" + # glib can't handle this flag + # -Wcast-qual # for Python.h #FLAGS="$FLAGS -Wno-long-long" fi