Searched hist:"36 f9ff9e03de89691274a6aec45aa079bd3ae405" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.c | diff 36f9ff9e03de89691274a6aec45aa079bd3ae405 Thu Nov 19 07:11:44 CST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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>
|
/openbmc/linux/lib/ |
H A D | cmdline.c | diff 36f9ff9e03de89691274a6aec45aa079bd3ae405 Thu Nov 19 07:11:44 CST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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>
|
H A D | kstrtox.c | diff 36f9ff9e03de89691274a6aec45aa079bd3ae405 Thu Nov 19 07:11:44 CST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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>
|
H A D | nlattr.c | diff 36f9ff9e03de89691274a6aec45aa079bd3ae405 Thu Nov 19 07:11:44 CST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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>
|
H A D | vsprintf.c | diff 36f9ff9e03de89691274a6aec45aa079bd3ae405 Thu Nov 19 07:11:44 CST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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>
|