From 404055216d22167365ac0522268a1f12e971d9e3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 3 Dec 2004 15:39:58 +0000 Subject: silence warning --- src/mesa/swrast/s_tritemp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_tritemp.h b/src/mesa/swrast/s_tritemp.h index b05cfbb275..c09f1eddf0 100644 --- a/src/mesa/swrast/s_tritemp.h +++ b/src/mesa/swrast/s_tritemp.h @@ -785,7 +785,7 @@ static void NAME(GLcontext *ctx, const SWvertex *v0, const GLfixed fx = FixedCeil(fsx); /* no fractional part */ const GLfixed adjx = (GLinterp) (fx - eLeft->fx0); /* SCALED! */ #endif - const GLinterp adjy = eLeft->adjy; /* SCALED! */ + const GLinterp adjy = (GLinterp) eLeft->adjy; /* SCALED! */ GLint idxOuter; #if TRIANGLE_WALK_DOUBLE GLdouble dxOuter; -- cgit v1.2.3