acrn-hypervisor/hypervisor/dm
Yuanyuan Zhao 3062aa409f hv: fix build warning with gcc-11.2
dm/vrtc.c:565:33: error: 'current' may be used uninitialized in this
function.[-Werror=maybe-uninitialized]

Move the local variable definition into one code block to avoid warning.

Tracked-on: #7511
Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
2022-05-19 14:44:35 +08:00
..
vpci hv: vSRIOV: add VF BARs mapping for PF 2022-04-26 15:07:25 +08:00
io_req.c ACRN: hv: Terminology modification in hv code 2021-11-02 10:00:55 +08:00
mmio_dev.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vgpio.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vioapic.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vpic.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vrtc.c hv: fix build warning with gcc-11.2 2022-05-19 14:44:35 +08:00
vuart.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00