On Tue 26 May 2020 04:54:50 AM CEST, no-re...@patchew.org wrote: > /tmp/qemu-test/src/block/qcow2-cluster.c: In function 'qcow2_get_host_offset': > /tmp/qemu-test/src/block/qcow2-cluster.c:473:19: error: 'expected_type' may > be used uninitialized in this function [-Werror=maybe-uninitialized] > } else if (type != expected_type) { > ^
These are all false positives, these variables are never used before they are initialized. Berto