t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.
This commit is contained in:
@@ -400,6 +400,7 @@ static void TAG(render_poly_verts)( GLcontext *ctx,
|
||||
tmp = ALLOC_VERTS( nr );
|
||||
tmp = TAG(emit_verts)( ctx, start, 1, tmp );
|
||||
tmp = TAG(emit_verts)( ctx, j, nr - 1, tmp );
|
||||
(void) tmp;
|
||||
currentsz = dmasz;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user