aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 439b27f486..2d0e33ddbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -493,7 +493,9 @@ foo(int a)
}
],
[warns about variables in function declarations shadowing other variables])
+
AC_WIRESHARK_GCC_CFLAGS_CHECK(-Wno-error=unused-but-set-variable) ## 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,