Prev: block:cryptoloop Fix warning: variable 'cipher' set but not used
Next: acpi:glue.c Fix warning: variable 'ret' set but not used
From: David Howells on 28 Jun 2010 08:50 Justin P. Mattock <justinmattock(a)gmail.com> wrote: > gcc is giving me this during compiling: > CC security/selinux/ss/ebitmap.o > security/selinux/ss/ebitmap.c: In function 'ebitmap_netlbl_import': > security/selinux/ss/ebitmap.c:159:27: warning: variable 'e_sft' set but not used > > The below fixes this warning for me. > (please check this whenever you have time). > Signed-off-by: Justin P. Mattock <justinmattock(a)gmail.com> Acked-by: David Howells <dhowells(a)redhat.com> (though I wonder if e_sft should be used for something...) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |