mesa: Silence compiler warning on windows.

This commit is contained in:
Michal Krol
2008-07-24 11:03:05 +02:00
committed by Brian Paul
parent 5d9b33095a
commit 56bac7a35c
+1 -1
View File
@@ -1849,7 +1849,7 @@ _slang_make_constructor(slang_assemble_ctx *A, slang_struct *str)
static slang_function *
_slang_locate_struct_constructor(slang_assemble_ctx *A, const char *name)
{
int i;
unsigned int i;
for (i = 0; i < A->space.structs->num_structs; i++) {
slang_struct *str = &A->space.structs->structs[i];
if (strcmp(name, (const char *) str->a_name) == 0) {