mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
draw: init pre_clip_pos = NULL to fix optimized build warning
This commit is contained in:
parent
622b1fcc18
commit
6a9d7659d6
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ static void so_emit_prim(struct pt_so_emit *so,
|
|||
|
||||
for (i = 0; i < num_vertices; ++i) {
|
||||
const float (*input)[4];
|
||||
const float (*pre_clip_pos)[4];
|
||||
const float (*pre_clip_pos)[4] = NULL;
|
||||
int ob;
|
||||
|
||||
input = (const float (*)[4])(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue