lib/test_kasan_module.c: suppress unused var warning
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 9 Apr 2021 20:27:41 +0000 (13:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Apr 2021 21:54:23 +0000 (14:54 -0700)
commite156656717b810202914b77557de8112df4dad0d
treeab42356aa1ccad9455927a5dbd8b28dc077872ae
parent06b1f85588948bd4c772845e5d6891b8f6082248
lib/test_kasan_module.c: suppress unused var warning

Local `unused' is intentionally unused - it is there to suppress
__must_check warnings.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lkml.kernel.org/r/202104050216.HflRxfJm-lkp@intel.com
Cc: Marco Elver <elver@google.com>
Cc: Alexander Potapenko <glider@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/test_kasan_module.c