Mesa (mesa_7_6_branch): t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 12 22:43:37 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: c1d361bd0b3570811ca4e49d09d3282aaa5cbe01
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1d361bd0b3570811ca4e49d09d3282aaa5cbe01

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 14:41:35 2009 -0800

t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.

---

 src/mesa/tnl_dd/t_dd_dmatmp.h |    1 +
 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 3d7e21f..f363009 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 {




More information about the mesa-commit mailing list