diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-03-22 12:00:08 +0100 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2021-11-03 08:46:12 +0100 |
commit | c75ea024094e7307219a4f9c706dad5ea461509a (patch) | |
tree | 01aa0a6ed990216125895afcfbaddb449a5fe038 /security/yama | |
parent | apparmor: Fix internal policy capable check for policy management (diff) | |
download | linux-c75ea024094e7307219a4f9c706dad5ea461509a.tar.xz linux-c75ea024094e7307219a4f9c706dad5ea461509a.zip |
apparmor: avoid -Wempty-body warning
Building with 'make W=1' shows a warning for an empty macro:
security/apparmor/label.c: In function '__label_update':
security/apparmor/label.c:2096:59: error: suggest braces around empty body in an 'else' statement [-Werror=empty-body]
2096 | AA_BUG(labels_ns(label) != labels_ns(new));
Change the macro definition to use no_printk(), which improves
format string checking and avoids the warning.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/yama')
0 files changed, 0 insertions, 0 deletions