summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-12 15:27:30 -0800
committerVinson Lee <vlee@vmware.com>2009-12-12 15:27:30 -0800
commitde9132f2740d3959af548e36e9b280e9853e59b6 (patch)
tree6ffd34567a865b49eaa0e820473246cf3235d62b /src/mesa/tnl_dd
parent1e444c9960b18bcee5216a49db997b1c5ec14eca (diff)
t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.
Diffstat (limited to 'src/mesa/tnl_dd')
-rw-r--r--src/mesa/tnl_dd/t_dd_dmatmp.h1
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 f363009be4..7eadfc6219 100644
--- a/src/mesa/tnl_dd/t_dd_dmatmp.h
+++ b/src/mesa/tnl_dd/t_dd_dmatmp.h
@@ -400,6 +400,7 @@ static void TAG(render_poly_verts)( GLcontext *ctx,
tmp = ALLOC_VERTS( nr );
tmp = TAG(emit_verts)( ctx, start, 1, tmp );
tmp = TAG(emit_verts)( ctx, j, nr - 1, tmp );
+ (void) tmp;
currentsz = dmasz;
}