projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
786899f
)
t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.
author
Vinson Lee
<vlee@vmware.com>
Sat, 12 Dec 2009 22:41:35 +0000
(14:41 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 12 Dec 2009 22:41:35 +0000
(14:41 -0800)
src/mesa/tnl_dd/t_dd_dmatmp.h
patch
|
blob
|
history
diff --git
a/src/mesa/tnl_dd/t_dd_dmatmp.h
b/src/mesa/tnl_dd/t_dd_dmatmp.h
index 3d7e21f7459b6bc28b2b14413216a1c6a574f46e..f363009be485db60516c95b827d48184dbfc4b19 100644
(file)
--- 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 {