gdbsupport: re-format and sort warning flags

Put them one per line and sort alphabetically.

Change-Id: Idb6947d444dc6e556a75645b04f97a915bba7a59
Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
Simon Marchi
2025-03-15 18:13:40 -04:00
parent 71f193a5c1
commit df3eb64a53
4 changed files with 80 additions and 48 deletions

32
gdb/configure vendored
View File

@@ -31274,22 +31274,30 @@ if test "${ERROR_ON_WARNING}" = yes ; then
fi
# The options we'll try to enable.
build_warnings="-Wall -Wpointer-arith \
-Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
-Wno-switch -Wno-char-subscripts \
-Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-mismatched-tags \
-Wno-error=deprecated-register \
-Wsuggest-override \
-Wimplicit-fallthrough=5 \
-Wduplicated-cond \
-Wshadow=local \
build_warnings=" \
-Wall \
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
-Wduplicated-cond \
-Wempty-body \
-Wimplicit-fallthrough=5 \
-Wmissing-declarations \
-Wno-char-subscripts \
-Wno-error=deprecated-register \
-Wno-mismatched-tags \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-switch \
-Wno-unused \
-Wpointer-arith \
-Wredundant-move \
-Wshadow=local \
-Wstrict-null-sentinel \
-Wsuggest-override \
-Wunused-but-set-parameter \
-Wunused-but-set-variable \
-Wunused-function \
-Wunused-value \
-Wunused-variable \
-Wvla \
"

32
gdbserver/configure vendored
View File

@@ -13671,22 +13671,30 @@ if test "${ERROR_ON_WARNING}" = yes ; then
fi
# The options we'll try to enable.
build_warnings="-Wall -Wpointer-arith \
-Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
-Wno-switch -Wno-char-subscripts \
-Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-mismatched-tags \
-Wno-error=deprecated-register \
-Wsuggest-override \
-Wimplicit-fallthrough=5 \
-Wduplicated-cond \
-Wshadow=local \
build_warnings=" \
-Wall \
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
-Wduplicated-cond \
-Wempty-body \
-Wimplicit-fallthrough=5 \
-Wmissing-declarations \
-Wno-char-subscripts \
-Wno-error=deprecated-register \
-Wno-mismatched-tags \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-switch \
-Wno-unused \
-Wpointer-arith \
-Wredundant-move \
-Wshadow=local \
-Wstrict-null-sentinel \
-Wsuggest-override \
-Wunused-but-set-parameter \
-Wunused-but-set-variable \
-Wunused-function \
-Wunused-value \
-Wunused-variable \
-Wvla \
"

32
gdbsupport/configure vendored
View File

@@ -14233,22 +14233,30 @@ if test "${ERROR_ON_WARNING}" = yes ; then
fi
# The options we'll try to enable.
build_warnings="-Wall -Wpointer-arith \
-Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
-Wno-switch -Wno-char-subscripts \
-Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-mismatched-tags \
-Wno-error=deprecated-register \
-Wsuggest-override \
-Wimplicit-fallthrough=5 \
-Wduplicated-cond \
-Wshadow=local \
build_warnings=" \
-Wall \
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
-Wduplicated-cond \
-Wempty-body \
-Wimplicit-fallthrough=5 \
-Wmissing-declarations \
-Wno-char-subscripts \
-Wno-error=deprecated-register \
-Wno-mismatched-tags \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-switch \
-Wno-unused \
-Wpointer-arith \
-Wredundant-move \
-Wshadow=local \
-Wstrict-null-sentinel \
-Wsuggest-override \
-Wunused-but-set-parameter \
-Wunused-but-set-variable \
-Wunused-function \
-Wunused-value \
-Wunused-variable \
-Wvla \
"

View File

@@ -36,22 +36,30 @@ if test "${ERROR_ON_WARNING}" = yes ; then
fi
# The options we'll try to enable.
build_warnings="-Wall -Wpointer-arith \
-Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
-Wno-switch -Wno-char-subscripts \
-Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-mismatched-tags \
-Wno-error=deprecated-register \
-Wsuggest-override \
-Wimplicit-fallthrough=5 \
-Wduplicated-cond \
-Wshadow=local \
build_warnings=" \
-Wall \
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
-Wduplicated-cond \
-Wempty-body \
-Wimplicit-fallthrough=5 \
-Wmissing-declarations \
-Wno-char-subscripts \
-Wno-error=deprecated-register \
-Wno-mismatched-tags \
-Wno-sign-compare -Wno-error=maybe-uninitialized \
-Wno-switch \
-Wno-unused \
-Wpointer-arith \
-Wredundant-move \
-Wshadow=local \
-Wstrict-null-sentinel \
-Wsuggest-override \
-Wunused-but-set-parameter \
-Wunused-but-set-variable \
-Wunused-function \
-Wunused-value \
-Wunused-variable \
-Wvla \
"