diff options
Diffstat (limited to 'src')
-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 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 |