diff options
author | Vinson Lee <[email protected]> | 2009-12-12 12:52:02 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-12 12:52:02 -0800 |
commit | c2cee7741e877bb78480eae8b8b5bfb55b42158c (patch) | |
tree | 293230143e4a44df2cb14b79be7eb2a40c5dc9e7 /src | |
parent | 15c6558a2e6b613a6a058bb7f23b678a32e01846 (diff) |
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/tnl_dd/t_dd_dmatmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl_dd/t_dd_dmatmp.h b/src/mesa/tnl_dd/t_dd_dmatmp.h index f5d21b8fdc5..5151949063c 100644 --- a/src/mesa/tnl_dd/t_dd_dmatmp.h +++ b/src/mesa/tnl_dd/t_dd_dmatmp.h @@ -255,6 +255,7 @@ static void TAG(render_line_loop_verts)( GLcontext *ctx, tmp = ALLOC_VERTS(2); tmp = TAG(emit_verts)( ctx, start+1, 1, tmp ); tmp = TAG(emit_verts)( ctx, start, 1, tmp ); + (void) tmp; } FLUSH(); |