mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
gallium/util: silence uninitialized var warning
This commit is contained in:
parent
63064cf7c3
commit
0f291f2efe
1 changed files with 1 additions and 0 deletions
|
|
@ -1427,6 +1427,7 @@ set_vertex_data(struct gen_mipmap_state *ctx,
|
|||
rz = -1.0f;
|
||||
break;
|
||||
default:
|
||||
rx = ry = rz = 0.0f;
|
||||
assert(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue