From: Vinson Lee Date: Sat, 6 Feb 2010 08:48:18 +0000 (-0800) Subject: llvmpipe: Silence GCC 'no previous prototype' warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=507faae9e39deee89cd11bf996d07af92efa286d;p=mesa.git llvmpipe: Silence GCC 'no previous prototype' warning. --- 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