summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-07-13 11:38:48 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-07-13 11:38:48 +0200
commita602436cc2e62fd49c9d1af84367d4fc25b920c6 (patch)
tree33e0597a03d405562759547c644080c66912350d /aclocal.m4
parent8c8d5ecba44077f742b614a6b7681338f80da305 (diff)
downloadtcpdump-a602436cc2e62fd49c9d1af84367d4fc25b920c6.tar.gz
Use -Wpointer-sign if it's available
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d0e0705a..0168c595 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -930,6 +930,7 @@ AC_DEFUN(AC_LBL_DEVEL,
AC_LBL_CHECK_COMPILER_OPT($1, -Wold-style-definition)
AC_LBL_CHECK_COMPILER_OPT($1, -Wpedantic)
AC_LBL_CHECK_COMPILER_OPT($1, -Wpointer-arith)
+ AC_LBL_CHECK_COMPILER_OPT($1, -Wpointer-sign)
AC_LBL_CHECK_COMPILER_OPT($1, -Wshadow)
AC_LBL_CHECK_COMPILER_OPT($1, -Wsign-compare)
AC_LBL_CHECK_COMPILER_OPT($1, -Wstrict-prototypes)