diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-01-25 14:46:46 -0600 |
---|---|---|
committer | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2019-01-29 17:00:24 -0600 |
commit | f993bd3e061d7e0ccf1808d0e5a0ead749e05f60 (patch) | |
tree | 9c7f8eb434233f5643a96361bc2a67e88d0a8937 /drivers/ide/ns87415.c | |
parent | b055f7725a8a2613bb99796bb0452eb3db528046 (diff) | |
download | linux-next-f993bd3e061d7e0ccf1808d0e5a0ead749e05f60.tar.gz |
ASN.1: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch
cases where we are expecting to fall through.
This patch fixes the following warnings:
lib/asn1_decoder.c:386:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
lib/asn1_decoder.c:449:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
Warning level 3 was used: -Wimplicit-fallthrough=3
This patch is part of the ongoing efforts to enabling
-Wimplicit-fallthrough.
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Diffstat (limited to 'drivers/ide/ns87415.c')
0 files changed, 0 insertions, 0 deletions