all repos — openbox @ c17256d745e2730de5458f954af49860c0f4bce7

openbox fork - make it a bit more like ryudo

removing pendantic. thats just crazy. -Wall -W will suffice.
Dana Jansens danakj@orodu.net
commit

c17256d745e2730de5458f954af49860c0f4bce7

parent

080c09da47a06192a4f949fcb7b6fc1b4863bc69

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

jump to
M configure.inconfigure.in

@@ -172,7 +172,7 @@ AC_ARG_ENABLE(debug,

[ --enable-debug include verbose debugging code [default=no]], if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) - DEBUG="-DDEBUG -Wall -W -pedantic" + DEBUG="-DDEBUG -Wall -W" else AC_MSG_RESULT([no]) fi,