From 9aa5b192ba7d4544c9dcf6d7687aa4730b7b9c2e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 18 Jan 2013 01:28:56 -0800 Subject: [PATCH] -pendantic is too pendantic Many system headers have warnings when compiled with this flag. Signed-off-by: Keith Packard Reviewed-By: Uli Schlachter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9796f90..3abe833 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 \ + CWARNFLAGS="-Wall -Wpointer-arith \ -Wstrict-prototypes -Wmissing-declarations -Wnested-externs" else AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])