mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-28 20:16:09 +00:00
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>