mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 13:00:21 +01:00
t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.
This commit is contained in:
parent
af4e4a73f7
commit
9dc018618d
1 changed files with 2 additions and 0 deletions
|
|
@ -825,6 +825,7 @@ static void TAG(render_line_loop_elts)( GLcontext *ctx,
|
|||
tmp = ALLOC_ELTS(nr+1);
|
||||
tmp = TAG(emit_elts)( ctx, elts+j, nr, tmp );
|
||||
tmp = TAG(emit_elts)( ctx, elts+start, 1, tmp );
|
||||
(void) tmp;
|
||||
}
|
||||
else {
|
||||
TAG(emit_elts)( ctx, elts+j, nr, ALLOC_ELTS(nr) );
|
||||
|
|
@ -838,6 +839,7 @@ static void TAG(render_line_loop_elts)( GLcontext *ctx,
|
|||
tmp = ALLOC_ELTS(2);
|
||||
tmp = TAG(emit_elts)( ctx, elts+start+1, 1, tmp );
|
||||
tmp = TAG(emit_elts)( ctx, elts+start, 1, tmp );
|
||||
(void) tmp;
|
||||
}
|
||||
|
||||
FLUSH();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue