mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.
This commit is contained in:
parent
c2cee7741e
commit
7d529736b9
1 changed files with 1 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ static void TAG(render_tri_fan_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