From: Vinson Lee Date: Sat, 6 Feb 2010 08:48:18 +0000 (-0800) Subject: llvmpipe: Silence GCC 'no previous prototype' warning. X-Git-Tag: 062012170305~12852^2~1132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=507faae9e39deee89cd11bf996d07af92efa286d;p=profile%2Fivi%2Fmesa.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 b7d8aed..62ee05b 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