Searched hist:c0d4f464caeb075e3bb9063a64cd63c093ac03ad (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/security/selinux/ |
H A D | hooks.c | diff c0d4f464caeb075e3bb9063a64cd63c093ac03ad Wed Oct 04 13:32:17 CDT 2017 Corentin LABBE <clabbe.montjoie@gmail.com> selinux: fix build warning by removing the unused sid variable
This patch remove the unused variable sid This fix the following build warning: security/selinux/hooks.c:2921:6: warning: variable 'sid' set but not used [-Wunused-but-set-variable]
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>
|