aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-05-25 02:35:30 +0000
committerGuy Harris <guy@alum.mit.edu>2011-05-25 02:35:30 +0000
commit17d758799e29cc841741f2ce42b7f7bae47363a9 (patch)
tree1679b6def2a5c9e865f67ab50d728e2d7f5515a4
parenta3ee233f3a5ab65085f5f6ddfd9e6876f080cca0 (diff)
One "-Warray-bounds" suffices; as we're including it in the default
options, no need to include it in the "extra warnings" options as well. svn path=/trunk/; revision=37387
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 570c245d57..2928912a09 100644
--- a/configure.in
+++ b/configure.in
@@ -327,7 +327,6 @@ AC_ARG_ENABLE(extra-gcc-checks,
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wbad-function-cast)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wcast-qual)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Waddress)
- AC_WIRESHARK_GCC_CFLAGS_CHECK(-Warray-bounds)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wattributes)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wdiv-by-zero)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wformat-security)