X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fopenbox.m4;fp=m4%2Fopenbox.m4;h=86d3e0b5ce98f24b6d6e33f8ceb85257eaa1ab5e;hb=2813d2c1612ce09cf1b8fe8e70d3d122f6b11b69;hp=5a95e8465bcf0f296148ad1c9e7cafe5f5ac8d41;hpb=d81f94bf8bb457427401529aca6666a6fbfd3ad8;p=chaz%2Fopenbox diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 5a95e846..86d3e0b5 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