Mesa (master): llvmpipe: Silence unused value warning.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 20:11:33 UTC 2010


Module: Mesa
Branch: master
Commit: 79ab5b9798c911e7612e26616df82e98372549bf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=79ab5b9798c911e7612e26616df82e98372549bf

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 30 13:11:14 2010 -0700

llvmpipe: Silence unused value warning.

---

 src/gallium/drivers/llvmpipe/lp_test_printf.c |    1 +
 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 a3447bf..4653f30 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
 




More information about the mesa-commit mailing list