diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-09 08:06:39 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-09-09 08:06:39 +0200 |
commit | bf0e85248db6220282b98140d110fd1f3a123f8e (patch) | |
tree | def4747183ca9435fbc322a36825d88fadcdac92 /aclocal.m4 | |
parent | b226ebedc9f7762b07029d77bd3b4a107ae1c087 (diff) | |
download | tcpdump-bf0e85248db6220282b98140d110fd1f3a123f8e.tar.gz |
'-pedantic' option is supported by Travis, '-Wpedantic' is not
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -981,7 +981,7 @@ AC_DEFUN(AC_LBL_DEVEL, AC_LBL_CHECK_COMPILER_OPT($1, -Wcast-qual) AC_LBL_CHECK_COMPILER_OPT($1, -Wshadow) AC_LBL_CHECK_COMPILER_OPT($1, -Wdeclaration-after-statement) - AC_LBL_CHECK_COMPILER_OPT($1, -Wpedantic) + AC_LBL_CHECK_COMPILER_OPT($1, -pedantic) AC_LBL_CHECK_COMPILER_OPT($1, -Wold-style-definition) AC_LBL_CHECK_COMPILER_OPT($1, -W) fi |