]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/lib/lockdep: Fix 'set but not used' warnings
authorBen Hutchings <ben@decadent.org.uk>
Thu, 25 May 2017 12:58:38 +0000 (12:58 +0000)
committerIngo Molnar <mingo@kernel.org>
Mon, 5 Jun 2017 07:28:06 +0000 (09:28 +0200)
commitb016d870cadae31d7c5eb2eef794d2e733f6595c
tree3177494ff8fd977caaf853b7976c1cc4d792f4f5
parentbb7ea2a9af4c98ed70adf7627a2ba5d1ff1725e0
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>
tools/lib/lockdep/uinclude/linux/irqflags.h