From: Vinson Lee Date: Sat, 12 Dec 2009 22:41:35 +0000 (-0800) Subject: t_dd_dmatmp.h: Silence unused value warning in render_quads_verts. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1d361bd0b3570811ca4e49d09d3282aaa5cbe01;p=mesa.git t_dd_dmatmp.h: Silence unused value warning in render_quads_verts. --- diff --git a/src/mesa/tnl_dd/t_dd_dmatmp.h b/src/mesa/tnl_dd/t_dd_dmatmp.h index 3d7e21f7459..f363009be48 100644 --- a/src/mesa/tnl_dd/t_dd_dmatmp.h +++ b/src/mesa/tnl_dd/t_dd_dmatmp.h @@ -637,6 +637,7 @@ static void TAG(render_quads_verts)( GLcontext *ctx, /* Send v1, v2, v3 */ tmp = EMIT_VERTS(ctx, j + 1, 3, tmp); + (void) tmp; } } else {