mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
gallium/xlib: silence uninitialized var warning
This commit is contained in:
parent
5a8e1ddf19
commit
9e711b6865
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ void xlib_brw_buffer_subdata_typed( struct pipe_winsys *pws,
|
||||||
unsigned data_type )
|
unsigned data_type )
|
||||||
{
|
{
|
||||||
unsigned aub_type = DW_GENERAL_STATE;
|
unsigned aub_type = DW_GENERAL_STATE;
|
||||||
unsigned aub_sub_type;
|
unsigned aub_sub_type = 0;
|
||||||
|
|
||||||
switch (data_type) {
|
switch (data_type) {
|
||||||
case BRW_CC_VP:
|
case BRW_CC_VP:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue