Re: [PATCH] kbuild: Do not enable -Wimplicit-fallthrough for clang for now

From: Nick Desaulniers
Date: Wed Aug 28 2019 - 13:39:33 EST


On Wed, Aug 28, 2019 at 9:45 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Wed, Aug 28, 2019 at 6:21 PM Masahiro Yamada
> <yamada.masahiro@xxxxxxxxxxxxx> wrote:
> >
> > Applied to linux-kbuild. Thanks.
> >
> > (If other clang folks give tags, I will add them later.)
>
> Acked-by: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>

I verified that GCC didn't get support for -Wimplicit-fallthrough
until GCC ~7.1 release, so the cc-option guard is still required.
Acked-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
Thanks for the patch Nathan.
--
Thanks,
~Nick Desaulniers