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

Author: Vinson Lee <[email protected]>
Date:   Sat Feb  6 00:48:18 2010 -0800

llvmpipe: Silence GCC 'no previous prototype' warning.

---

 src/gallium/drivers/llvmpipe/lp_bld_type.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_type.h 
b/src/gallium/drivers/llvmpipe/lp_bld_type.h
index b7d8aed..62ee05b 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_type.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_type.h
@@ -253,7 +253,7 @@ lp_build_int_vec_type(struct lp_type type);
 
 
 LLVMTypeRef
-lp_build_int32_vec4_type();
+lp_build_int32_vec4_type(void);
 
 
 struct lp_type

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

Reply via email to