Justin P. Mattock<justinmattock@xxxxxxxxx> 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@xxxxxxxxx>
Acked-by: David Howells<dhowells@xxxxxxxxxx>
(though I wonder if e_sft should be used for something...)