summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-12 00:33:42 -0800
committerVinson Lee <vlee@vmware.com>2009-12-12 00:33:42 -0800
commit81dcf8bdf23250dc04dd60994aaede0eb5c2dda7 (patch)
tree4cbab04eabf5b8d569a7be3ea2fe3d6548756d95 /src/mesa/tnl_dd
parent7d41b4248bee1d926646ef5fdff07da4f9026589 (diff)
t_dd_dmatmp.h: Silence unused value warning in render_line_loop_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 e4b535fb68..f5d21b8fdc 100644
--- a/src/mesa/tnl_dd/t_dd_dmatmp.h
+++ b/src/mesa/tnl_dd/t_dd_dmatmp.h
@@ -241,6 +241,7 @@ static void TAG(render_line_loop_verts)( GLcontext *ctx,
tmp = ALLOC_VERTS(nr+1);
tmp = TAG(emit_verts)( ctx, j, nr, tmp );
tmp = TAG(emit_verts)( ctx, start, 1, tmp );
+ (void) tmp;
}
else {
TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );