aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-31 18:05:41 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-31 18:05:41 +0000
commit74a5e99ea127b98dbb093245678c378ce0bcbdc9 (patch)
tree2bda362d82c4d7fd8e0dbf83017a575693933eb5 /configure.in
parent34d1401e683bc70df0a7f5ceb5f4ed3fd53b2567 (diff)
Whops, -Wformat is already included in -Wall
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26656 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0fd363d37a..7d37b20c8f 100644
--- a/configure.in
+++ b/configure.in
@@ -260,7 +260,6 @@ AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wpointer-arith)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wno-pointer-sign)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Warray-bounds)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wcast-align)
-AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wformat)
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wformat-security)
#