aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-29 21:05:17 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-29 22:28:50 -0400
commit7f6fa743740e63fa7ecfd35845853ec6814d0500 (patch)
tree6ee592b40fa998d44291eae6e6c86ed70a292162 /sim/configure
parentcc717561416185c2328e68c3ba9dd3c8331d4976 (diff)
downloadfsf-binutils-gdb-7f6fa743740e63fa7ecfd35845853ec6814d0500.zip
fsf-binutils-gdb-7f6fa743740e63fa7ecfd35845853ec6814d0500.tar.gz
fsf-binutils-gdb-7f6fa743740e63fa7ecfd35845853ec6814d0500.tar.bz2
sim: use -Wunused-but-set-parameter
The code is already clean, so sync this over from gdb warning.m4. Also shuffle the order of the flags a bit to match the current gdb warning.m4 code.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure16
1 files changed, 10 insertions, 6 deletions
diff --git a/sim/configure b/sim/configure
index 3120006..94b45fd 100755
--- a/sim/configure
+++ b/sim/configure
@@ -14584,13 +14584,17 @@ if test "${ERROR_ON_WARNING}" = yes ; then
WERROR_CFLAGS="-Werror"
fi
-build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
--Wpointer-sign \
--Wno-unused -Wunused-value -Wunused-function \
--Wno-switch -Wno-char-subscripts -Wmissing-prototypes
+build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith
+-Wno-unused -Wunused-value -Wunused-function
+-Wno-switch -Wno-char-subscripts
+-Wempty-body -Wunused-but-set-parameter
-Wno-error=maybe-uninitialized
--Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
--Wold-style-declaration -Wold-style-definition"
+-Wmissing-declarations
+-Wmissing-prototypes
+-Wdeclaration-after-statement -Wmissing-parameter-type
+-Wpointer-sign
+-Wold-style-declaration -Wold-style-definition
+"
# Enable -Wno-format by default when using gcc on mingw since many
# GCC versions complain about %I64.