t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.

This commit is contained in:
Vinson Lee 2009-12-12 12:52:02 -08:00
parent 15c6558a2e
commit c2cee7741e
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ static void TAG(render_line_loop_verts)( GLcontext *ctx,
tmp = ALLOC_VERTS(2);
tmp = TAG(emit_verts)( ctx, start+1, 1, tmp );
tmp = TAG(emit_verts)( ctx, start, 1, tmp );
(void) tmp;
}
FLUSH();