mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
r300g: init chan=0 to silence warning
This commit is contained in:
parent
c59bdee12e
commit
dab5f98404
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ static int peephole_mul_omod(
|
|||
struct rc_instruction * inst_mul,
|
||||
struct rc_list * var_list)
|
||||
{
|
||||
unsigned int chan, swz, i;
|
||||
unsigned int chan = 0, swz, i;
|
||||
int const_index = -1;
|
||||
int temp_index = -1;
|
||||
float const_value;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue