t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.

This commit is contained in:
Vinson Lee 2009-12-12 15:27:30 -08:00
parent 1e444c9960
commit de9132f274

View file

@ -400,6 +400,7 @@ static void TAG(render_poly_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;
}