mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
tgsi: silence compiler warning
This commit is contained in:
parent
7dc5527592
commit
65079afcde
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ struct ureg_src ureg_DECL_immediate( struct ureg_program *ureg,
|
|||
unsigned nr )
|
||||
{
|
||||
unsigned i;
|
||||
unsigned swizzle;
|
||||
unsigned swizzle = 0;
|
||||
|
||||
/* Could do a first pass where we examine all existing immediates
|
||||
* without expanding.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue