From 1852f4fa338765bf62b21ea7644e43cc19a1d77f Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Tue, 13 Jan 2004 01:09:17 +0000 Subject: change type of loop index var to remove compiler warning. --- src/mesa/swrast_setup/ss_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast_setup/ss_context.c') diff --git a/src/mesa/swrast_setup/ss_context.c b/src/mesa/swrast_setup/ss_context.c index c1d932f245..ef83dd4237 100644 --- a/src/mesa/swrast_setup/ss_context.c +++ b/src/mesa/swrast_setup/ss_context.c @@ -217,7 +217,7 @@ _swsetup_Translate( GLcontext *ctx, const void *vertex, SWvertex *dest ) { const GLfloat *m = ctx->Viewport._WindowMap.m; GLfloat tmp[4]; - GLint i; + GLuint i; _tnl_get_attr( ctx, vertex, _TNL_ATTRIB_POS, tmp ); -- cgit v1.2.3