tgsi: silence compiler warning

This commit is contained in:
Keith Whitwell 2009-08-19 12:00:24 +01:00
parent 7dc5527592
commit 65079afcde
1 changed files with 1 additions and 1 deletions

View File

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