linux-IllusionX/lib/zstd
Gustavo A. R. Silva 36f9ff9e03 lib: Fix fall-through warnings for Clang
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>
2020-11-19 07:23:47 -06:00
..
bitstream.h lib: Fix fall-through warnings for Clang 2020-11-19 07:23:47 -06:00
compress.c Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" 2020-11-18 14:15:17 -06:00
decompress.c Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" 2020-11-18 14:15:17 -06:00
entropy_common.c
error_private.h
fse.h
fse_compress.c
fse_decompress.c
huf.h
huf_compress.c lib: Fix fall-through warnings for Clang 2020-11-19 07:23:47 -06:00
huf_decompress.c
Makefile
mem.h
zstd_common.c
zstd_internal.h
zstd_opt.h