t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.
authorVinson Lee <vlee@vmware.com>
Sun, 13 Dec 2009 00:02:09 +0000 (16:02 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 13 Dec 2009 00:02:09 +0000 (16:02 -0800)
src/mesa/tnl_dd/t_dd_dmatmp.h

index 7eadfc6219f9df980aadf67596916aaa37f24873..28771004b880f79a8aae725810d9434e875d85dd 100644 (file)
@@ -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;
       }