bao-hypervisor icon indicating copy to clipboard operation
bao-hypervisor copied to clipboard

feat(c11): Adapt code to be compatible with ISO C11

Open miguelafsilva5 opened this issue 5 months ago • 2 comments

PR Description

This PR is the first on the chain of PR to be merged in #120 . The main goal of this PR is to force ISO C11 on bao and deal with all -pedantic errors. Each commit tries to deal with a specific error.

The platforms tested were:

  • qemu-aarch64-virt
  • qemo-riscv64-virt

miguelafsilva5 avatar Jan 30 '24 14:01 miguelafsilva5