[alsa-devel] [PATCH v2] sound: dmasound_atari: Mark expected switch fall-through
Takashi Iwai
tiwai at suse.de
Tue Jul 30 09:36:41 CEST 2019
On Mon, 29 Jul 2019 22:54:54 +0200,
Gustavo A. R. Silva wrote:
>
> Mark switch cases where we are expecting to fall through.
>
> This patch fixes the following warning (Building: m68k):
>
> sound/oss/dmasound/dmasound_atari.c: warning: this statement may fall
> through [-Wimplicit-fallthrough=]: => 1449:24
>
> Notice that, in this particular case, the code comment is
> modified in accordance with what GCC is expecting to find.
>
> Reported-by: Geert Uytterhoeven <geert at linux-m68k.org>
> Signed-off-by: Gustavo A. R. Silva <gustavo at embeddedor.com>
> ---
> Changes in v2:
> - Update code so switch and case statements are at the same indent.
Applied, thanks.
Takashi
More information about the Alsa-devel
mailing list