diff options
author | Vinson Lee <vlee@vmware.com> | 2009-12-12 14:41:35 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2009-12-12 14:41:35 -0800 |
commit | c1d361bd0b3570811ca4e49d09d3282aaa5cbe01 (patch) | |
tree | 6b41c3a9f3a33803a6fa1541e72a44d46a243cbb /src/mesa | |
parent | 786899f1532046526bcc94683112d79a5f59a660 (diff) |
t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.
Diffstat (limited to 'src/mesa')
-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 3d7e21f745..f363009be4 100644 --- a/src/mesa/tnl_dd/t_dd_dmatmp.h +++ b/src/mesa/tnl_dd/t_dd_dmatmp.h @@ -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 { |