commit | 03e3bc4ba56f1021899a5f773b6ec21893619e3a | [log] [tgz] |
---|---|---|
author | Francisco Jerez <currojerez@riseup.net> | Wed May 16 15:43:29 2012 +0200 |
committer | Francisco Jerez <currojerez@riseup.net> | Wed May 16 18:51:35 2012 +0200 |
tree | efd449367808e97d23cd77d5c35b459ac12d4527 | |
parent | 88a2e2388bfeee66cb6d873558431b0e0af7e316 [diff] |
gallium/auxiliary/pipe-loader: Fix usage of anonymous union. Anonymous unions aren't part of the C99 standard. Fixes build on GCC versions older than 4.6. https://bugs.freedesktop.org/show_bug.cgi?id=50001 Reported-by: Michael Lange <michaell@gmx.org>