-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>
This commit is contained in:
parent
d04a4a03a9
commit
98c227a222
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue