diff options
author | Alex Shi <alex.shi@linux.alibaba.com> | 2020-11-06 16:31:22 +0800 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2020-11-24 23:28:02 -0500 |
commit | ba59eae723857257a791618092d8022ad82efaa4 (patch) | |
tree | 152e726d3a3d97eda1dbda477e4731054a9d8c29 /README | |
parent | 6d915476e67d99b73a57bceb83cff1cf153d8bf6 (diff) |
audit: fix macros warnings
Some unused macros could cause gcc warning:
kernel/audit.c:68:0: warning: macro "AUDIT_UNINITIALIZED" is not used
[-Wunused-macros]
kernel/auditsc.c:104:0: warning: macro "AUDIT_AUX_IPCPERM" is not used
[-Wunused-macros]
kernel/auditsc.c:82:0: warning: macro "AUDITSC_INVALID" is not used
[-Wunused-macros]
AUDIT_UNINITIALIZED and AUDITSC_INVALID are still meaningful and should
be in incorporated.
Just remove AUDIT_AUX_IPCPERM.
Thanks comments from Richard Guy Briggs and Paul Moore.
Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Paul Moore <paul@paul-moore.com>
Cc: Richard Guy Briggs <rgb@redhat.com>
Cc: Eric Paris <eparis@redhat.com>
Cc: linux-audit@redhat.com
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions