commit | b2d99bcb27225fe420a8923b21861aef2bb43d9b | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Fri Nov 20 12:32:26 2020 -0600 |
committer | Paul Moore <paul@paul-moore.com> | Mon Nov 23 18:21:13 2020 -0500 |
tree | 3c41e38e4c86f0e043abf93ef1936c9eea75c3c8 | |
parent | b159e86b5a2ab826b3a292756072f4cc523675ab [diff] |
selinux: Fix fall-through warnings for Clang In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a break statement instead of 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: Paul Moore <paul@paul-moore.com>