X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2Fopenbox.m4;h=862c6891bdf3d6b3eeac83f71630ff1733818499;hb=a21e9c9cc5f2b1a62e7812c1bf4393089505abeb;hp=5a95e8465bcf0f296148ad1c9e7cafe5f5ac8d41;hpb=6d0c4d7fadd2d67760ef62e11385fd261ba6a3c4;p=chaz%2Fopenbox diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 5a95e846..862c6891 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -76,7 +76,10 @@ 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" + FLAGS="$FLAGS -Wno-write-strings -Wextra" + # glib can't handle this flag + # -Wcast-qual # for Python.h #FLAGS="$FLAGS -Wno-long-long" fi