commit | 28073eb09c5aa29e879490edb88cfd3e7073821e | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Fri Nov 20 12:25:46 2020 -0600 |
committer | Mimi Zohar <zohar@linux.ibm.com> | Tue Apr 20 16:54:14 2021 -0400 |
tree | f8ed402d614c5f8f14c73dbc39597942a3787760 | |
parent | 282c0a4d15b6d44b4684e2a4e19785c9fbcc102f [diff] |
ima: 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 just letting the code fall through to the next case. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>