SimEng
SimEng copied to clipboard
Add -Werror to CI
Recommend adding -Werror
to build flags for CI, to help catch more issues (e.g. switch/case fall-throughs!). Possibly -Wextra
too, though that one is debatable.