summaryrefslogtreecommitdiff
path: root/tools/lib/str_error_r.c
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2017-05-25 15:58:38 +0300
committerIngo Molnar <mingo@kernel.org>2017-06-05 10:28:06 +0300
commitb016d870cadae31d7c5eb2eef794d2e733f6595c (patch)
tree3177494ff8fd977caaf853b7976c1cc4d792f4f5 /tools/lib/str_error_r.c
parentbb7ea2a9af4c98ed70adf7627a2ba5d1ff1725e0 (diff)
downloadlinux-b016d870cadae31d7c5eb2eef794d2e733f6595c.tar.xz
tools/lib/lockdep: Fix 'set but not used' warnings
liblockdep defines trivial macros for working with interrupt flags, as interrupts are never disabled in userland. This results in warnings from gcc when -Wunused-but-set-variable is enabled, and it is enabled by -Wall. Fix this by evaluating the flags parameter and casting it to void. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: a.p.zijlstra@chello.nl Link: http://lkml.kernel.org/r/20170525130005.5947-7-alexander.levin@verizon.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/lib/str_error_r.c')
0 files changed, 0 insertions, 0 deletions