r300g: init chan=0 to silence warning

This commit is contained in:
Brian Paul 2012-02-29 20:53:46 -07:00
parent c59bdee12e
commit dab5f98404

View file

@ -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;