mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
36f9ff9e03
In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple warnings by explicitly adding multiple break statements instead of letting the code fall through to the next case, and by replacing a number of /* fall through */ comments with the new pseudo-keyword macro fallthrough. Notice that Clang doesn't recognize /* Fall through */ comments as implicit fall-through markings. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> |
||
---|---|---|
.. | ||
bitstream.h | ||
compress.c | ||
decompress.c | ||
entropy_common.c | ||
error_private.h | ||
fse.h | ||
fse_compress.c | ||
fse_decompress.c | ||
huf.h | ||
huf_compress.c | ||
huf_decompress.c | ||
Makefile | ||
mem.h | ||
zstd_common.c | ||
zstd_internal.h | ||
zstd_opt.h |