mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
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:
32
gdb/configure
vendored
32
gdb/configure
vendored
@@ -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
32
gdbserver/configure
vendored
@@ -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
32
gdbsupport/configure
vendored
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user