CBMC build fails when using Clang 15 (latest version of Clang released in September 2022) on Mac.
Multiple new warning are produced when building with Clang 15. This makes the build to fail as we use -Werror.
CBMC version: 5.76.1
Operating system: MacOS
Exact command line resulting in the issue: make
What behaviour did you expect: build succeed
What happened instead: build failure