diff options
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/openbox.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
