gallivm: Silent warning.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 10 May 2010 16:10:02 +0000 (17:10 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 10 May 2010 20:23:39 +0000 (21:23 +0100)
src/gallium/auxiliary/gallivm/lp_bld_arit.c

index 0f56f2a..b55c863 100644 (file)
@@ -240,7 +240,7 @@ lp_build_sum_vector(struct lp_build_context *bld,
 {
    const struct lp_type type = bld->type;
    LLVMValueRef index, res;
-   int i;
+   unsigned i;
 
    if (a == bld->zero)
       return bld->zero;