Skip to content
Commit e9fd7292 authored by Paul Moore's avatar Paul Moore
Browse files

selinux: fix all of the W=1 build warnings



There were a number of places in the code where the function
definition did not match the associated comment block as well
at least one file where the appropriate header files were not
included (missing function declaration/prototype); this patch
fixes all of these issue such that building the SELinux code
with "W=1" is now warning free.

 % make W=1 security/selinux/

Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 1d1e1ded
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment