commit | 0a0744f6d868fc2d809d8fac7d25dea2272a1105 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Thu Mar 28 14:20:36 2024 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Wed Oct 02 16:14:29 2024 +0400 |
tree | 2f05ff548f7ac26e7248bf17a6eaccaa3464667e | |
parent | 5491295fa5da5e424f0972ddf709412197020747 [diff] |
hw/qxl: fix -Werror=maybe-uninitialized false-positives ../hw/display/qxl.c:1352:5: error: ‘pci_region’ may be used uninitialized [-Werror=maybe-uninitialized] ../hw/display/qxl.c:1365:22: error: ‘pci_start’ may be used uninitialized [-Werror=maybe-uninitialized] Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>