Re: [PATCH] ALSA: intel8x0: Fix fall-through annotations

From: Takashi Iwai
Date: Wed Oct 03 2018 - 12:19:18 EST


On Wed, 03 Oct 2018 18:08:07 +0200,
Takashi Iwai wrote:
>
> On Wed, 03 Oct 2018 12:38:36 +0200,
> Gustavo A. R. Silva wrote:
> >
> > Replace "fallthru" with a proper "fall through" annotation.
> >
> > This fix is part of the ongoing efforts to enabling
> > -Wimplicit-fallthrough
> >
> > Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
>
> Thanks, applied.

BTW, does "fallthru" really cause a warning? I thought it's also
accepted as well as "fall-through". At least, my gcc-8 doesn't give a
warning with "fallthru".


Takashi