mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-14 10:42:30 +00:00
This commit fixes several compiler warnings before enabling compiler options to harden software by: - increase name[] size to avoid string truncation; - add parentheses around assignment as compiler suggests. Tracked-On: #1122 Signed-off-by: Yan, Like <like.yan@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>