diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-09-15 13:16:02 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-09-15 13:16:02 -0700 |
commit | 9008c09c88c31553beeb5051a637a86976d51abe (patch) | |
tree | 260428fc91825bd8212aa2973fb657aff568dd7f /aclocal.m4 | |
parent | b6e38e7c52883d89559044bfe8047c32f466fb47 (diff) | |
download | tcpdump-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.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |