t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.

This commit is contained in:
Vinson Lee 2009-12-12 13:39:39 -08:00
parent c2cee7741e
commit 7d529736b9
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ static void TAG(render_tri_fan_verts)( GLcontext *ctx,
tmp = ALLOC_VERTS( nr );
tmp = TAG(emit_verts)( ctx, start, 1, tmp );
tmp = TAG(emit_verts)( ctx, j, nr - 1, tmp );
(void) tmp;
currentsz = dmasz;
}