Home
last modified time | relevance | path

Searched hist:"36 f9ff9e03de89691274a6aec45aa079bd3ae405" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/zlib_inflate/
H A Dinflate.cdiff 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 Dcmdline.cdiff 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 Dkstrtox.cdiff 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 Dnlattr.cdiff 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 Dvsprintf.cdiff 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>