mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-27 10:26:08 +00:00
There are two build issues: - add -fno-strict-aliasing to address error: dereferencing type-punned pointer will break strict-aliasing rules - initialize tfd to zero to address error: ‘tfd’ may be used uninitialized in this function Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>