all repos — openbox @ 881fd226222c672bbc3d18ad6f60fa4ed9e55a32

openbox fork - make it a bit more like ryudo

no -pedantic :\ it fucks up on the python headers. sigh.
Dana Jansens danakj@orodu.net
commit

881fd226222c672bbc3d18ad6f60fa4ed9e55a32

parent

41bdbec9c6468c5024d21500efd381bba46ad72f

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

jump to
M configure.acconfigure.ac

@@ -22,7 +22,7 @@ # Check what compiler we are using

AC_MSG_CHECKING([for GCC]) if test "$GCC" = "yes"; then AC_MSG_RESULT([yes]) - CXXFLAGS="$CXXFLAGS -Wall -W -pedantic" + CXXFLAGS="$CXXFLAGS -Wall -W"# -pedantic" else AC_MSG_RESULT([no, trying other compilers]) AC_MSG_CHECKING(for MIPSpro)