commit | 4d47fbbe54bf75b72eac3f5a0caa664300937620 | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Thu Sep 02 23:27:31 2021 -0700 |
committer | John Johansen <john.johansen@canonical.com> | Wed Nov 03 01:08:15 2021 -0700 |
tree | 62b70be6926976735356b2b9dbc466334a925c32 | |
parent | d0d845a790d31adb0c90f1f8364de199b23128c8 [diff] |
apparmor: fix zero-length compiler warning in AA_BUG() Uses of AA_BUG() without a message can result in the compiler warning warning: zero-length gnu_printf format string [-Wformat-zero-length] Fix this with a pragma for now. A larger rework of AA_BUG() will follow. Signed-off-by: John Johansen <john.johansen@canonical.com>