t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.

This commit is contained in:
Vinson Lee 2009-12-12 14:41:35 -08:00
parent 786899f153
commit c1d361bd0b

View file

@ -637,6 +637,7 @@ static void TAG(render_quads_verts)( GLcontext *ctx,
/* Send v1, v2, v3
*/
tmp = EMIT_VERTS(ctx, j + 1, 3, tmp);
(void) tmp;
}
}
else {