kernel_samsung_a53x/lib/zlib_inflate
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
..
inffast.c lib/decompressors: fix spelling mistakes 2024-11-19 17:59:19 +01:00
inffast.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inffixed.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inflate.c lib: Fix fall-through warnings for Clang 2024-11-19 17:59:22 +01:00
inflate.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inflate_syms.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inftrees.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inftrees.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
infutil.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
infutil.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00