mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 00:49:04 +02:00
llvmpipe: fix warning: ‘t0’ may be used uninitialized in this function
This commit is contained in:
parent
4b92c688a4
commit
f1e160f89b
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ generate_setup_variant(struct gallivm_state *gallivm,
|
|||
LLVMTypeRef arg_types[7];
|
||||
LLVMBasicBlockRef block;
|
||||
LLVMBuilderRef builder = gallivm->builder;
|
||||
int64_t t0, t1;
|
||||
int64_t t0 = 0, t1;
|
||||
|
||||
if (0)
|
||||
goto fail;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue