r300/compiler: silence a warning

This commit is contained in:
Marek Olšák 2010-05-15 23:53:04 +02:00
parent f86ac27bf9
commit 0ab72a5a0a

View file

@ -119,7 +119,7 @@ int radeonTransformTEX(
struct rc_instruction * inst_cmp;
unsigned tmp_texsample = rc_find_free_temporary(c);
unsigned tmp_sum = rc_find_free_temporary(c);
unsigned tmp_recip_w;
unsigned tmp_recip_w = 0;
int pass, fail, tex;
/* Save the output register. */