summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-06 00:48:18 -0800
committerVinson Lee <vlee@vmware.com>2010-02-06 00:48:18 -0800
commit507faae9e39deee89cd11bf996d07af92efa286d (patch)
tree779ab9cc6a9c8c943348852ba57b1c95039a4a9d /src
parent4e907e8bd65ab7c1259f5feb56573f59972584a7 (diff)
llvmpipe: Silence GCC 'no previous prototype' warning.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_type.h2
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 b7d8aed396..62ee05be4d 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