summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2013-08-29 11:06:14 +0900
committerBart Massey <bart@cs.pdx.edu>2013-09-11 11:15:22 -0700
commit689ea0ec5d8b7594ba2fa9e27b2458cea8a58724 (patch)
tree777f4e515a777b6b6c6b3fc5479c8fab394a011e
parent052fa1dc1779de34ba69f68b7dc32b3c733c823e (diff)
downloadxorg-util-macros-689ea0ec5d8b7594ba2fa9e27b2458cea8a58724.tar.gz
Interleaved C code and declarations is no longer a portability issue.
This was only supported from GCC 3.0 and OpenBSD was still using GCC 2.95 until recently. Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--xorg-macros.m4.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
index 18c33e9..9bec7b4 100644
--- a/xorg-macros.m4.in
+++ b/xorg-macros.m4.in
@@ -1622,7 +1622,6 @@ AC_LANG_CASE(
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnested-externs])
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wbad-function-cast])
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition])
- XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wdeclaration-after-statement])
]
)