t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.

This commit is contained in:
Vinson Lee
2009-12-12 00:33:42 -08:00
parent 7d41b4248b
commit 81dcf8bdf2
+1
View File
@@ -241,6 +241,7 @@ static void TAG(render_line_loop_verts)( GLcontext *ctx,
tmp = ALLOC_VERTS(nr+1);
tmp = TAG(emit_verts)( ctx, j, nr, tmp );
tmp = TAG(emit_verts)( ctx, start, 1, tmp );
(void) tmp;
}
else {
TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );