t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.
authorVinson Lee <vlee@vmware.com>
Sat, 12 Dec 2009 20:52:02 +0000 (12:52 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 12 Dec 2009 20:52:02 +0000 (12:52 -0800)
src/mesa/tnl_dd/t_dd_dmatmp.h

index f5d21b8..5151949 100644 (file)
@@ -255,6 +255,7 @@ static void TAG(render_line_loop_verts)( GLcontext *ctx,
         tmp = ALLOC_VERTS(2);
         tmp = TAG(emit_verts)( ctx, start+1, 1, tmp );
         tmp = TAG(emit_verts)( ctx, start, 1, tmp );
+        (void) tmp;
       }
 
       FLUSH();