gallium/xlib: silence uninitialized var warning

This commit is contained in:
Brian Paul
2009-09-03 15:23:15 -06:00
parent 67c286d20e
commit 1c32caf075
+1 -1
View File
@@ -364,7 +364,7 @@ void xlib_brw_buffer_subdata_typed( struct pipe_winsys *pws,
unsigned data_type )
{
unsigned aub_type = DW_GENERAL_STATE;
unsigned aub_sub_type;
unsigned aub_sub_type = 0;
switch (data_type) {
case BRW_CC_VP: