diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-18 01:28:56 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 13:31:52 -0800 |
commit | 9aa5b192ba7d4544c9dcf6d7687aa4730b7b9c2e (patch) | |
tree | a9ea9b151dd1b55de8ae93bd0907e89d38125d43 | |
parent | db3d97628ed0dcee17645f5c9018104a6d04e27d (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>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) |