llvmpipe: Silence GCC 'no previous prototype' warning.
authorVinson Lee <vlee@vmware.com>
Sat, 6 Feb 2010 08:48:18 +0000 (00:48 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 6 Feb 2010 08:48:18 +0000 (00:48 -0800)
src/gallium/drivers/llvmpipe/lp_bld_type.h

index b7d8aed396dec41d0b984128521bf58b797453f1..62ee05be4df932a63b6859e2c0ce9b4494df4116 100644 (file)
@@ -253,7 +253,7 @@ lp_build_int_vec_type(struct lp_type type);
 
 
 LLVMTypeRef
 
 
 LLVMTypeRef
-lp_build_int32_vec4_type();
+lp_build_int32_vec4_type(void);
 
 
 struct lp_type
 
 
 struct lp_type