Skip to content

Fix -Wmissing-noreturn warning#4194

Merged
vitaut merged 1 commit intofmtlib:masterfrom
kongy:fix-missing-noreturn
Oct 10, 2024
Merged

Fix -Wmissing-noreturn warning#4194
vitaut merged 1 commit intofmtlib:masterfrom
kongy:fix-missing-noreturn

Conversation

@kongy
Copy link
Copy Markdown
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
@vitaut
Copy link
Copy Markdown
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