From: Simon Marchi Date: Sat, 15 Mar 2025 22:13:40 +0000 (-0400) Subject: gdbsupport: re-format and sort warning flags X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df3eb64a53c3589f4e930a89e08e2200e8627509;p=thirdparty%2Fbinutils-gdb.git gdbsupport: re-format and sort warning flags Put them one per line and sort alphabetically. Change-Id: Idb6947d444dc6e556a75645b04f97a915bba7a59 Approved-By: Tom Tromey --- diff --git a/gdb/configure b/gdb/configure index 92adb53d4d2..f4f026297f8 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 \ " diff --git a/gdbserver/configure b/gdbserver/configure index 25b431e8b42..0deb14656f5 100755 --- a/gdbserver/configure +++ b/gdbserver/configure @@ -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 \ " diff --git a/gdbsupport/configure b/gdbsupport/configure index 67a48c47305..63619d7b3a7 100755 --- a/gdbsupport/configure +++ b/gdbsupport/configure @@ -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 \ " diff --git a/gdbsupport/warning.m4 b/gdbsupport/warning.m4 index 2dadd7f99fd..b7c2dc5c4bc 100644 --- a/gdbsupport/warning.m4 +++ b/gdbsupport/warning.m4 @@ -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 \ "