projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd1a09e
)
t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.
author
Vinson Lee
<vlee@vmware.com>
Sun, 13 Dec 2009 04:20:02 +0000
(20:20 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 13 Dec 2009 04:20:02 +0000
(20:20 -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 7182978a1710ac72da0e0651abe9d3c57235897c..d568bfdb5841fa8c19eaff8cc57e5f0376aa2e85 100644
(file)
--- a/
src/mesa/tnl_dd/t_dd_dmatmp.h
+++ b/
src/mesa/tnl_dd/t_dd_dmatmp.h
@@
-991,6
+991,7
@@
static void TAG(render_poly_elts)( GLcontext *ctx,
tmp = ALLOC_ELTS( nr );
tmp = TAG(emit_elts)( ctx, elts+start, 1, tmp );
tmp = TAG(emit_elts)( ctx, elts+j, nr - 1, tmp );
+ (void) tmp;
FLUSH();
currentsz = dmasz;
}