summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-30 13:11:14 -0700
committerVinson Lee <vlee@vmware.com>2010-07-30 13:11:14 -0700
commit79ab5b9798c911e7612e26616df82e98372549bf (patch)
tree67df02bd8aa5b2093dc7a956ec316b3f4311effe
parentc4c2897367450a30a67235e99bc6019573e9d53b (diff)
llvmpipe: Silence unused value warning.
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_printf.c b/src/gallium/drivers/llvmpipe/lp_test_printf.c
index a3447bf53f..4653f30e39 100644
--- 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