X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/65a0c47dc8103f3794e07dc35bd72b52a67a76c7..0181656313fbe514928263f4061d42d338a5bb7c:/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4 index 14690144..b95e64c6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -919,6 +919,7 @@ AC_DEFUN(AC_LBL_DEVEL, AC_LBL_CHECK_COMPILER_OPT($1, -Wassign-enum) AC_LBL_CHECK_COMPILER_OPT($1, -Wcast-qual) AC_LBL_CHECK_COMPILER_OPT($1, -Wmissing-prototypes) + AC_LBL_CHECK_COMPILER_OPT($1, -Wmissing-variable-declarations) AC_LBL_CHECK_COMPILER_OPT($1, -Wold-style-definition) AC_LBL_CHECK_COMPILER_OPT($1, -Wpedantic) AC_LBL_CHECK_COMPILER_OPT($1, -Wpointer-arith)