From 08877399839f5a30a5edd2167fb4275d3dd9d473 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 1 Nov 2011 12:44:48 -0700 Subject: Update XORG_CWARNFLAGS to use XORG_COMPILER_FLAGS Signed-off-by: Jeremy Huddleston --- xorg-macros.m4.in | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'xorg-macros.m4.in') diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 5cbfd9b..da88533 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -1479,21 +1479,11 @@ AC_SUBST([BASE_CFLAGS]) # it is updated to use BASE_CFLAGS. # AC_DEFUN([XORG_CWARNFLAGS], [ -AC_REQUIRE([AC_PROG_CC_C99]) +AC_REQUIRE([XORG_COMPILER_FLAGS]) AC_REQUIRE([XORG_COMPILER_BRAND]) +CWARNFLAGS="$BASE_CFLAGS" if test "x$GCC" = xyes ; then - CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ --Wmissing-declarations -Wnested-externs -fno-strict-aliasing \ --Wbad-function-cast -Wformat=2" - case `$CC -dumpversion` in - 3.4.* | 4.*) - CWARNFLAGS="$CWARNFLAGS -Wold-style-definition -Wdeclaration-after-statement" - ;; - esac -else - if test "x$SUNCC" = "xyes"; then - CWARNFLAGS="-v" - fi + CWARNFLAGS="$CWARNFLAGS -fno-strict-aliasing" fi AC_SUBST(CWARNFLAGS) ]) # XORG_CWARNFLAGS -- cgit v1.2.3