diff options
author | Vinson Lee <vlee@vmware.com> | 2010-02-06 00:48:18 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-02-06 00:48:18 -0800 |
commit | 507faae9e39deee89cd11bf996d07af92efa286d (patch) | |
tree | 779ab9cc6a9c8c943348852ba57b1c95039a4a9d | |
parent | 4e907e8bd65ab7c1259f5feb56573f59972584a7 (diff) |
llvmpipe: Silence GCC 'no previous prototype' warning.
-rw-r--r-- | 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 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 |