Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FMT_NORETURN to assert_fail prototype. #1569

Merged
merged 1 commit into from
Mar 1, 2020

Conversation

refnum
Copy link
Contributor

@refnum refnum commented Feb 29, 2020

When building with -Werror,-Wmissing-noreturn clang identifies that assert_fail could be declared with the 'noreturn' attribute.

I agree that my contributions are licensed under the {fmt} license, and agree to future changes to the licensing.

When building with -Werror,-Wmissing-noreturn clang identifies that assert_fail could be declared with the 'noreturn' attribute.
@vitaut vitaut merged commit 6ccb2e2 into fmtlib:master Mar 1, 2020
@vitaut
Copy link
Contributor

vitaut commented Mar 1, 2020

Thanks!

@refnum refnum deleted the missing_noreturn branch March 2, 2020 14:00
teajay-fr pushed a commit to teajay-fr/fmt that referenced this pull request Mar 18, 2020
When building with -Werror,-Wmissing-noreturn clang identifies that assert_fail could be declared with the 'noreturn' attribute.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants