mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 14:08:05 +02:00
r300/compiler: silence a warning
This commit is contained in:
parent
f86ac27bf9
commit
0ab72a5a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue