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

Fix -Wmissing-noreturn warning #4194

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

kongy
Copy link
Contributor

@kongy kongy commented Oct 10, 2024

Fixes warning reported by top of trunk Clang:

include/fmt/chrono.h:447:36: error: function 'throw_duration_error' could be declared with attribute 'noreturn' [-Werror,-Wmissing-noreturn]

Fixes warning reported by top of trunk Clang:

include/fmt/chrono.h:447:36: error: function 'throw_duration_error' could be declared with attribute 'noreturn'
@vitaut vitaut merged commit 4046f97 into fmtlib:master Oct 10, 2024
45 checks passed
@vitaut
Copy link
Contributor

vitaut commented Oct 10, 2024

Thank you

@kongy kongy deleted the fix-missing-noreturn branch October 11, 2024 05:02
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.

3 participants