summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2022-09-16 17:15:04 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2022-11-24 15:31:47 +0300
commit1c4a4a4c8410be4a231a58b23e7a30923ff954ac (patch)
treecde9533d4e3b5bbd2fdf734f45f8b499a90e25f3 /scripts/const_structs.checkpatch
parent4ac9d3187cc7ccba25f76a3faef3e08a366f77b9 (diff)
downloadlinux-1c4a4a4c8410be4a231a58b23e7a30923ff954ac.tar.xz
powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds
When building with automatic stack variable initialization, GCC 12 complains about variables defined outside of switch case statements. Move the variable into the case that uses it, which silences the warning: arch/powerpc/xmon/xmon.c: In function ‘bpt_cmds’: arch/powerpc/xmon/xmon.c:1529:13: warning: statement will never be executed [-Wswitch-unreachable] 1529 | int mode; | ^~~~ Fixes: 09b6c1129f89 ("powerpc/xmon: Fix compile error with PPC_8xx=y") Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/YySE6FHiOcbWWR+9@work
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions