Ignore the ms_abi/sysv_abi attributes.
commitba61a9588c9d2a9c3d019ee867827ed563bb1ff1
authorMichael Stefaniuc <mstefaniuc@gmail.com>
Wed, 30 Sep 2009 20:18:50 +0000 (30 20:18 +0000)
committerChristopher <sparse@chrisli.org>
Mon, 29 Mar 2010 00:51:36 +0000 (28 17:51 -0700)
treeedd3b0d42e1a92e5a5a65dc652c41595ed8df547
parent9aeae9479b0f7b2d96c722a50ba76b43870d6c1c
Ignore the ms_abi/sysv_abi attributes.

This is needed for getting a meaningful sparse run on a Wine 64-bit
compile. Else the basic Win32 headers will produce tons of
error: attribute 'ms_abi': unknown attribute
which end in
error: too many errors.

The sysv_abi attribute was just added for symmetry.

Signed-off-by: Michael Stefaniuc <mstefaniuc@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c