Re: [PATCH] Kbuild: enable -Wfallthrough for clang

From: Miguel Ojeda
Date: Sat Nov 07 2020 - 03:07:27 EST


On Sat, Nov 7, 2020 at 8:08 AM Nick Desaulniers <ndesaulniers@xxxxxxxxxx> wrote:
>
> Partial revert of commit e2079e93f562 ("kbuild: Do not enable
> -Wimplicit-fallthrough for clang for now")
>
> This has been fixed up over time thanks to the addition of "fallthrough"
> pseudo-keyword in
> commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough' pseudo
> keyword for switch/case use")

I think the title is missing the "implicit"?

Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Cheers,
Miguel