all repos — openbox @ 841a83fa6d710f76379c5173304b2f16dbb6dd5f

openbox fork - make it a bit more like ryudo

add -Wwrite-strings in debug mode
Dana Jansens danakj@orodu.net
commit

841a83fa6d710f76379c5173304b2f16dbb6dd5f

parent

3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d

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

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

@@ -64,7 +64,7 @@ AC_MSG_CHECKING([for GNU CC])

if test "$GCC" = "yes"; then AC_MSG_RESULT([yes]) if test "$DEBUG" = "yes"; then - FLAGS="$FLAGS -O0 -g -fno-inline" + FLAGS="$FLAGS -O0 -g -fno-inline -Wwrite-strings" FLAGS="$FLAGS -Wall -Wsign-compare -Waggregate-return" FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith" # for Python.h