intel / meta-acrn

Layer to integrate the ACRN hypervisor with the Yocto Project.
http://projectacrn.org/
MIT License
21 stars 43 forks source link

acrn: fix gcc-12 failures #465

Closed saininav closed 2 years ago

saininav commented 2 years ago

GCC12 causing multiple warnings which are currently being treated as error. So disabling -Werror option for now

Signed-off-by: Naveen Saini naveen.kumar.saini@intel.com