projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4c2897
)
llvmpipe: Silence unused value warning.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 20:11:14 +0000
(13:11 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 20:11:14 +0000
(13:11 -0700)
src/gallium/drivers/llvmpipe/lp_test_printf.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_test_printf.c
b/src/gallium/drivers/llvmpipe/lp_test_printf.c
index a3447bf53f9782c2fc8180e9daaeb2fc212fa489..4653f30e39dd3d2b1c672f92eddbabaed417dea5 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_test_printf.c
+++ b/
src/gallium/drivers/llvmpipe/lp_test_printf.c
@@
-120,6
+120,7
@@
test_printf(unsigned verbose, FILE *fp, const struct printf_test_case *testcase)
abort();
}
#else
+ (void) provider;
engine = lp_build_engine;
#endif