t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.

This commit is contained in:
Vinson Lee 2009-12-12 20:20:02 -08:00
parent cd1a09e3bb
commit 20590b9733
1 changed files with 1 additions and 0 deletions

View File

@ -991,6 +991,7 @@ static void TAG(render_poly_elts)( GLcontext *ctx,
tmp = ALLOC_ELTS( nr );
tmp = TAG(emit_elts)( ctx, elts+start, 1, tmp );
tmp = TAG(emit_elts)( ctx, elts+j, nr - 1, tmp );
(void) tmp;
FLUSH();
currentsz = dmasz;
}