mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.
This commit is contained in:
parent
1e444c9960
commit
de9132f274
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue