mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-28 20:16:09 +00:00
gcc in latest clearlinux enabled the pointer-sign warning as default. This breaks the acrn-crashlog build. Make acrn-crashlog build issue fixed by convert to correct pointer type. Tracked-On: #4636 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>