Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FMT_NORETURN to assert_fail prototype. (#1569)
When building with -Werror,-Wmissing-noreturn clang identifies that assert_fail could be declared with the 'noreturn' attribute.
- Loading branch information