mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-07 21:30:56 +00:00
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_compress.c | ||
| fse_decompress.c | ||
| fse.h | ||
| huf_compress.c | ||
| huf_decompress.c | ||
| huf.h | ||
| Makefile | ||
| mem.h | ||
| zstd_common.c | ||
| zstd_internal.h | ||
| zstd_opt.h | ||