sparse: Add '__vector_size__' to ignored attributes
commitf0890bea6c9c34d98337406d1c47650280aa9621
authorKOSAKI Motohiro <kosaki.motohiro@gmail.com>
Sat, 16 Jun 2012 14:44:25 +0000 (16 17:44 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Jun 2012 14:45:36 +0000 (16 17:45 +0300)
tree99308d5aa6bf8cfe44bffedda46e26f63670273a
parent6b645b1be9d66c66075362cafd5bad7c2367ef08
sparse: Add '__vector_size__' to ignored attributes

We already had "vector_size" but we also need __vector_size__ to silence
some warnings in glibc:

/usr/include/bits/link.h:67:45: error: attribute '__vector_size__': unknown attribute

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
ident-list.h
parse.c