summary refs log tree commit diff stats
path: root/hw/intc/apic.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-10-04 15:12:09 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2019-12-17 19:32:47 +0100
commite4f1bea2a8d021b35c5f83035f9af89f5e5bfeef (patch)
tree5063c996dd20fb26fcfe70c65a30f66e13ffbad7 /hw/intc/apic.c
parentb965e8c538b30116a637d64da6e2bd6d54e50171 (diff)
downloadfocaccia-qemu-e4f1bea2a8d021b35c5f83035f9af89f5e5bfeef.tar.gz
focaccia-qemu-e4f1bea2a8d021b35c5f83035f9af89f5e5bfeef.zip
migration: fix maybe-uninitialized warning
../migration/ram.c: In function ‘multifd_recv_thread’:
/home/elmarco/src/qq/include/qapi/error.h:165:5: error: ‘block’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  165 |     error_setg_internal((errp), __FILE__, __LINE__, __func__,   \
      |     ^~~~~~~~~~~~~~~~~~~
../migration/ram.c:818:15: note: ‘block’ was declared here
  818 |     RAMBlock *block;
      |               ^~~~~

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/intc/apic.c')
0 files changed, 0 insertions, 0 deletions