mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 17:50:35 +01:00
llvmpipe: Silence GCC 'no previous prototype' warning.
This commit is contained in:
parent
4e907e8bd6
commit
507faae9e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue