kernel_samsung_a53x/lib/zstd
Gustavo A. R. Silva 314c35f2c9 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>
2024-11-19 17:59:22 +01:00
..
bitstream.h lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
compress.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
decompress.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
entropy_common.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
error_private.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fse.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fse_compress.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fse_decompress.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
huf.h lib/decompressors: fix spelling mistakes 2024-11-19 17:59:19 +01:00
huf_compress.c lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
huf_decompress.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mem.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zstd_common.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zstd_internal.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zstd_opt.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00