mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
llvmpipe: Fix uninitialized variable on non-debug builds.
This commit is contained in:
parent
d6ba70c658
commit
a52f577270
1 changed files with 1 additions and 0 deletions
|
|
@ -366,6 +366,7 @@ lp_setup_clear( struct lp_setup_context *setup,
|
|||
break;
|
||||
default:
|
||||
assert(0);
|
||||
tmpval = 0;
|
||||
}
|
||||
}
|
||||
setup->clear.clearzs.clearzs_mask |= mask;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue