Mesa (master): llvmpipe: Silence GCC 'no previous prototype' warning.

Vinson Lee vlee at kemper.freedesktop.org
Sat Feb 6 08:49:23 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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




More information about the mesa-commit mailing list