summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-12 16:02:09 -0800
committerVinson Lee <vlee@vmware.com>2009-12-12 16:02:09 -0800
commitaf4e4a73f78cb5ccb5b0295a4683b2eae5325d8f (patch)
tree6f194fe669e4622039f56fb0d3d1cf6999c5115d /src/mesa/tnl_dd
parent588e9f69c4994d4e5bccdc8257a5aeb1e0b740d8 (diff)
t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.
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 7eadfc6219..28771004b8 100644
--- a/src/mesa/tnl_dd/t_dd_dmatmp.h
+++ b/src/mesa/tnl_dd/t_dd_dmatmp.h
@@ -951,6 +951,7 @@ static void TAG(render_tri_fan_elts)( GLcontext *ctx,
tmp = ALLOC_ELTS( nr );
tmp = TAG(emit_elts)( ctx, elts+start, 1, tmp );
tmp = TAG(emit_elts)( ctx, elts+j, nr - 1, tmp );
+ (void) tmp;
FLUSH();
currentsz = dmasz;
}