all repos — openbox @ 2813d2c1612ce09cf1b8fe8e70d3d122f6b11b69

openbox fork - make it a bit more like ryudo

glib can't handle -Wcast-qual
Dana Jansens danakj@orodu.net
commit

2813d2c1612ce09cf1b8fe8e70d3d122f6b11b69

parent

d81f94bf8bb457427401529aca6666a6fbfd3ad8

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M m4/openbox.m4m4/openbox.m4

@@ -76,7 +76,9 @@ AC_MSG_RESULT([yes])

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