Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: silence a warning from some versions of ICX
There is a -Wpre-c11-compat warning which is emitted when icx sees a _Noreturn keyword (which is a new feature of C11). The Hedley macro already handles emitting it only if the compiler claims C11 compatibility,
- Loading branch information