mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 17:00:13 +01:00
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.
This commit is contained in:
parent
588e9f69c4
commit
af4e4a73f7
1 changed files with 1 additions and 0 deletions
|
|
@ -951,6 +951,7 @@ static void TAG(render_tri_fan_elts)( GLcontext *ctx,
|
|||
tmp = ALLOC_ELTS( nr );
|
||||
tmp = TAG(emit_elts)( ctx, elts+start, 1, tmp );
|
||||
tmp = TAG(emit_elts)( ctx, elts+j, nr - 1, tmp );
|
||||
(void) tmp;
|
||||
FLUSH();
|
||||
currentsz = dmasz;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue