X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?p=free-sw%2Fxcb%2Flibxcb;a=blobdiff_plain;f=configure.ac;h=482f85b2b3eb762f2e46b97455ac6a1b5771254a;hp=8cc57752a0d95316f6b1f3e45d0ce9b43c72f32e;hb=cb51f271b26c6abc76d415553f202bc5139273ca;hpb=bc6a4f557ff4e497acdafdcebb006e5a7b4c5b11 diff --git a/configure.ac b/configure.ac index 8cc5775..482f85b 100644 --- a/configure.ac +++ b/configure.ac @@ -128,12 +128,12 @@ xcbincludedir='${includedir}/xcb' AC_SUBST(xcbincludedir) if test "x$GCC" = xyes ; then - CWARNFLAGS="-Wall -pedantic -Wpointer-arith \ + CWARNFLAGS="-Wall -pedantic -Wpointer-arith -Wold-style-definition \ -Wstrict-prototypes -Wmissing-declarations -Wnested-externs" else AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) if test "x$SUNCC" = "xyes"; then - CWARNFLAGS="-v" + CWARNFLAGS="-v -fd" fi fi AC_SUBST(CWARNFLAGS)