t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.

This commit is contained in:
Vinson Lee 2009-12-12 16:02:09 -08:00
parent 588e9f69c4
commit af4e4a73f7

View file

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