diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-18 01:28:56 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 14:02:00 -0800 |
commit | 98c227a2222fb5c7ca7e8101b1ed2bc096a33048 (patch) | |
tree | c7ed3a5a2c20cb684026ae318f98f42588f3aa27 /configure.ac | |
parent | d04a4a03a90f2721d507287938c90f1755d9da0e (diff) |
-pendantic is too pendantic
Many system headers have warnings when compiled with this flag.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-By: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) |