From 507faae9e39deee89cd11bf996d07af92efa286d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 6 Feb 2010 00:48:18 -0800 Subject: [PATCH] llvmpipe: Silence GCC 'no previous prototype' warning. --- src/gallium/drivers/llvmpipe/lp_bld_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/llvmpipe/lp_bld_type.h b/src/gallium/drivers/llvmpipe/lp_bld_type.h index b7d8aed396d..62ee05be4df 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 -- 2.30.2