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

From: Miguel Ojeda
Date: Sat Nov 07 2020 - 06:18:22 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")

Wait, it says partial revert because it is one, but doing it this way
does not enable the option back for GCC (and Clang).

Shouldn't it be a full revert?

Cheers,
Miguel