projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b94ee
)
gallivm: Silent warning.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 10 May 2010 16:10:02 +0000
(17:10 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 10 May 2010 20:23:39 +0000
(21:23 +0100)
src/gallium/auxiliary/gallivm/lp_bld_arit.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_arit.c
b/src/gallium/auxiliary/gallivm/lp_bld_arit.c
index 0f56f2a1d68bafa052c6f6b193f18a4ccc8eedaf..b55c863aa04cad9264a8e71bb9fcd94eb2c0d68d 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_arit.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_arit.c
@@
-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;