tgsi: Silence uninitialized variable warning.
authorVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 08:40:43 +0000 (00:40 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 08:40:43 +0000 (00:40 -0800)
src/gallium/auxiliary/tgsi/tgsi_ureg.c

index ab557a2..b3be3fc 100644 (file)
@@ -579,7 +579,7 @@ decl_immediate( struct ureg_program *ureg,
                 unsigned type )
 {
    unsigned i, j;
-   unsigned swizzle;
+   unsigned swizzle = 0;
 
    /* Could do a first pass where we examine all existing immediates
     * without expanding.