commit | 2f3b94e539a46052f8eba1f295ff5646e227578a | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Fri Aug 03 15:52:33 2018 -0500 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Aug 04 08:30:36 2018 +0200 |
tree | 07f01e4f386563d3ba835709408b5df3ff735286 | |
parent | c000c4f1d96534885bc7a8ef5185fd8c0de5e827 [diff] |
ALSA: seq: Mark expected switch fall-through In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Notice that in this particular case, I replaced the code comment with a proper "fall through" annotation, which is what GCC is expecting to find. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>