gallium/xlib: silence uninitialized var warning

This commit is contained in:
Brian Paul 2009-09-03 15:23:15 -06:00
parent 5a8e1ddf19
commit 9e711b6865

View file

@ -365,7 +365,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: