sparse: Add 'leaf' to ignored attributes.
commitb0b4886be5f668959b8c75c9c811059e07b1073a
authorEthan Jackson <ethan@nicira.com>
Tue, 17 Jan 2012 22:47:11 +0000 (17 14:47 -0800)
committerChristopher Li <sparse@chrisli.org>
Thu, 19 Jan 2012 01:44:36 +0000 (18 17:44 -0800)
tree29961378d281ab6681d3168c9307936644ec2492
parente68f464686c2fcec987d76ecc3da061db7f784e9
sparse: Add 'leaf' to ignored attributes.

This patch adds the 'leaf' GCC attribute to the list of ignored
attributes.  Glibc uses this attribute causing the following
warnings in userspace projects:

  /usr/include/stdlib.h:514:26: error: attribute '__leaf__': unknown attribute

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Christopher Li <sparse@chrisli.org>
ident-list.h
parse.c