svga: fix warning: ‘uc.ui’ may be used uninitialized in this function
authorMarek Olšák <maraeo@gmail.com>
Wed, 27 Apr 2011 11:02:32 +0000 (13:02 +0200)
committerMarek Olšák <maraeo@gmail.com>
Wed, 27 Apr 2011 11:16:35 +0000 (13:16 +0200)
commit1e5dc6a7788f4c548fbed38813090978fdacd984
tree9ca55640e9f56c8a1cecef83a72098543717b998
parent39cd791f3428ab48723fd4c73c4b1223e883ab2d
svga: fix warning: ‘uc.ui’ may be used uninitialized in this function

This is safe because it's initialized if buffers & PIPE_CLEAR_COLOR and
probably doesn't have any effect otherwise.
src/gallium/drivers/svga/svga_pipe_clear.c