Re: lib/test_kasan_module.c:25:6: warning: variable 'unused' set but not used

2021-04-05 Thread Andrew Morton
LER=gcc-9.3.0 make.cross > ARCH=arm > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > > All warnings (new ones prefixed by >>): > >lib/test_kasan_module.c: In function 'copy_user_test': > >> l

lib/test_kasan_module.c:25:6: warning: variable 'unused' set but not used

2021-04-04 Thread kernel test robot
lib/test_kasan_module.c: In function 'copy_user_test': >> lib/test_kasan_module.c:25:6: warning: variable 'unused' set but not used >> [-Wunused-but-set-variable] 25 | int unused; | ^~ vim +/unused +25 lib/test_kasan_module.c 73228c7ecc5e40 Patricia A