Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable warnings triggered in libc++15 with Clang 16
After upgrading LLVM we get the following error: `keyword '__make_signed' will be made available as an identifier for the remainder of the translation unit [-Werror,-Wkeyword-compat]` This will be fixed once libc++ is upgraded to version 16, but this commit can be cherry-picked back to older release branches.
- Loading branch information