diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2019-08-23 09:12:02 -0700 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <[email protected]> | 2019-08-23 13:25:27 -0700 |
commit | bfac462d929ba2b97c7fb3561f00cf5ff6dde22f (patch) | |
tree | 78e4a8f5c3db220f8f7a1c676b9bfe5e781cb614 /src/util/u_queue.c | |
parent | 5fac7c55f7e02c0846b4f3364b803a0e2f606259 (diff) |
i965: Silence brw_blorp uninitialized warning
The variables level and start_layer are not initialized, then
initialized if we have a BUFFER_BIT_DEPTH set. We assert on them
later using the same check. This should be enough but GCC 9.1.1 is
not convinced, so let's initialize the variables.
Acked-by: Eric Engestrom <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/util/u_queue.c')
0 files changed, 0 insertions, 0 deletions