'-Wno-error=unused-but-set-parameter' not req'd since no such warnings in Wireshark...
authorBill Meier <wmeier@newsguy.com>
Wed, 3 Aug 2011 15:24:06 +0000 (15:24 -0000)
committerBill Meier <wmeier@newsguy.com>
Wed, 3 Aug 2011 15:24:06 +0000 (15:24 -0000)
svn path=/trunk/; revision=38318

configure.in

index 72264ee0300031d5ed9b710ff4311ce992865fdb..12a00148c7eafc9c0af53c97bfdb16e88b11ac16 100644 (file)
@@ -371,7 +371,6 @@ AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wcast-align)
 AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wformat-security)
 AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wold-style-definition)
 AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wno-error=unused-but-set-variable)    ##  for now
-AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wno-error=unused-but-set-parameter)   ##  for now
 #
 # Use the faster pre gcc 4.5 floating point precision if available;
 # clang doesn't error out on -f options that it doesn't know about,