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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 12 20:53:00 UTC 2009


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 12 12:52:02 2009 -0800

t_dd_dmatmp.h: Silence unused value warning in render_line_loop_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 f5d21b8..5151949 100644
--- a/src/mesa/tnl_dd/t_dd_dmatmp.h
+++ b/src/mesa/tnl_dd/t_dd_dmatmp.h
@@ -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();




More information about the mesa-commit mailing list