aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-08-30 07:04:48 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2017-08-30 09:51:25 +0000
commitb0f253e07c2a90e49166445d165432b4e4cfa17f (patch)
tree689af926140ffcebe361e5509a6be2376bdbe37d /configure.ac
parent52823805b29a44a83eacd0e5b415b11227ec313b (diff)
Revert "Add -Wused-but-marked-unused as an extra warning flag."
This reverts commit d846a3e8b9908caa65d182b680efb82c56c8103f. Change-Id: I0fb9c44dbbeb2ad0f2a0a57671ca08920fb1af2a Reviewed-on: https://code.wireshark.org/review/23302 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 7800cf809f..a8a28ba7e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -755,13 +755,6 @@ AC_ARG_ENABLE(extra-compiler-warnings,
# never enable this one with -Werror.
#
AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wbad-function-cast, C)
-
- #
- # This causes some generated files to fail with -Werror;
- # fixing that would require the generator to figure
- # out in which functions use which parameters.
- #
- AC_WIRESHARK_COMPILER_FLAGS_CHECK(-Wused-but-marked-unused, C)
fi
])