mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 05:10:17 +01:00
t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.
This commit is contained in:
parent
786899f153
commit
c1d361bd0b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue