From 55f387315c4429704d2d5212fb1e3b130638e097 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 10 Dec 2011 11:55:29 -0800 Subject: Remove -Winline from BASE_CFLAGS This might be useful for performance tuning builds against specific compilers, but it is a bit too noisy to be used in general. Signed-off-by: Jeremy Huddleston --- xorg-macros.m4.in | 1 - 1 file changed, 1 deletion(-) (limited to 'xorg-macros.m4.in') diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 3fd5348..d9ed137 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -1547,7 +1547,6 @@ XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wcast-qual]) XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wmissing-noreturn]) XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wmissing-format-attribute]) XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wredundant-decls]) -XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Winline]) # These are currently disabled because they are noisy. They will be enabled # in the future once the codebase is sufficiently modernized to silence -- cgit v1.2.3