[Mesa-users] Syntax errors building Mesa3D 9.0.2 on Windows (program_parse.tab.c)

Tomash Brechko tomash.brechko at gmail.com
Fri Feb 15 11:25:21 PST 2013


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




More information about the mesa-users mailing list