Ignore the cdecl and stdcall attributes for now.
commitbaf2c5a84e82e8a149c8c14564607d41078171d5
authorMichael Stefaniuc <mstefani@redhat.com>
Tue, 15 May 2007 22:05:36 +0000 (16 00:05 +0200)
committerJosh Triplett <josh@freedesktop.org>
Wed, 16 May 2007 06:06:08 +0000 (15 23:06 -0700)
treea070ca926aa2c75e6edcf5cd534340ff4a73c294
parent98bc3822609c14243c5e612099a23e67eb8c40dd
Ignore the cdecl and stdcall attributes for now.

Wine uses the __stdcall__ attribute extensively. The effects of the
patch on a sparse run on the Wine code are:
- Removes 143000 "attribute '__stdcall__': unknown attribute" errors.
- Removes 116 "attribute '__cdecl__': unknown attribute" errors.
- Reduces the amount of "error: too many errors" from 1992 to 1459.

Signed-off-by: Michael Stefaniuc <mstefani@redhat.com>
parse.c