Re: Syntax errors building Mesa3D 9.0.2 on Windows (program_parse.tab.c)
Tomash Brechko <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2013-02-15 at 18:59 +0000, Keith Kriewall wrote: > __attribute__((__unused__)) Looks like your compiler doesn't eat the above. Most of the time it is safe to remove GCC attributes, by passing -D'__attribute__()' as a compiler option (though I'm not sure about proper quoting on Windows), or by adding #define __attribute__() to the source code. -- Tomash Brechko