From: Keith Packard Date: Fri, 18 Jan 2013 09:28:56 +0000 (-0800) Subject: -pendantic is too pendantic X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c227a2222fb5c7ca7e8101b1ed2bc096a33048;p=free-sw%2Fxcb%2Flibxcb -pendantic is too pendantic Many system headers have warnings when compiled with this flag. Signed-off-by: Keith Packard Reviewed-By: Uli Schlachter --- diff --git a/configure.ac b/configure.ac index 6c107bc..4a30584 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ xcbincludedir='${includedir}/xcb' AC_SUBST(xcbincludedir) if test "x$GCC" = xyes ; then - CWARNFLAGS="-Wall -pedantic -Wpointer-arith -Wold-style-definition \ + CWARNFLAGS="-Wall -Wpointer-arith -Wold-style-definition \ -Wstrict-prototypes -Wmissing-declarations -Wnested-externs" else AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])