Re: [PATCH][next] staging: rtl8188eu: Fix fall-through warnings for Clang
From: Kees Cook <hidden>
Date: 2021-06-01 19:20:45
Also in:
linux-hardening, lkml
From: Kees Cook <hidden>
Date: 2021-06-01 19:20:45
Also in:
linux-hardening, lkml
On Fri, May 28, 2021 at 03:06:50PM -0500, Gustavo A. R. Silva wrote:
In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple warnings by explicitly adding multiple break statements instead of just letting the code fall through to the next case. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Kees Cook <redacted> -- Kees Cook