summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-09-15 13:16:02 -0700
committerGuy Harris <guy@alum.mit.edu>2018-09-15 13:16:02 -0700
commit9008c09c88c31553beeb5051a637a86976d51abe (patch)
tree260428fc91825bd8212aa2973fb657aff568dd7f /aclocal.m4
parentb6e38e7c52883d89559044bfe8047c32f466fb47 (diff)
downloadtcpdump-9008c09c88c31553beeb5051a637a86976d51abe.tar.gz
Don't warn about declarations after statements.
We now allow them, and require a compiler that supports them, so there's no need to warn about them.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4d31f29c..bb322371 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -874,7 +874,6 @@ AC_DEFUN(AC_LBL_DEVEL,
AC_LBL_CHECK_COMPILER_OPT($1, -Wall)
AC_LBL_CHECK_COMPILER_OPT($1, -Wassign-enum)
AC_LBL_CHECK_COMPILER_OPT($1, -Wcast-qual)
- AC_LBL_CHECK_COMPILER_OPT($1, -Wdeclaration-after-statement)
AC_LBL_CHECK_COMPILER_OPT($1, -Wmissing-prototypes)
AC_LBL_CHECK_COMPILER_OPT($1, -Wold-style-definition)
AC_LBL_CHECK_COMPILER_OPT($1, -Wpedantic)