diff options
| -rw-r--r-- | m4/openbox.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 86d3e0b5..862c6891 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -77,6 +77,7 @@ AC_DEFUN([OB_COMPILER_FLAGS], FLAGS="$FLAGS -O0 -ggdb -fno-inline -Wwrite-strings" FLAGS="$FLAGS -Wall -Wsign-compare -Waggregate-return" FLAGS="$FLAGS -Wbad-function-cast -Wpointer-arith" + FLAGS="$FLAGS -Wno-write-strings -Wextra" # glib can't handle this flag # -Wcast-qual # for Python.h |
