gallium/auxiliary/pipe-loader: Fix usage of anonymous union.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 16 May 2012 13:43:29 +0000 (15:43 +0200)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 16 May 2012 16:51:35 +0000 (18:51 +0200)
commit03e3bc4ba56f1021899a5f773b6ec21893619e3a
treeefd449367808e97d23cd77d5c35b459ac12d4527
parent88a2e2388bfeee66cb6d873558431b0e0af7e316
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>
src/gallium/auxiliary/pipe-loader/pipe_loader.h
src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
src/gallium/state_trackers/clover/core/device.cpp