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

Author: Vinson Lee <[email protected]>
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
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to