-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
unreachable code #4280
Comments
I've also got some unreachable code warnings with fmt 11.1.1 CI log:
|
We don't actively look into level 4 warnings since they are mostly noise but a PR to fix them would be welcome provided that it's not too intrusive. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latest release (11.1.1), MSC 19.42.34433 (VS2022 with latest updates) complains:
enable/disable FMT_NORETURN resp. [[noreturn]] has no effect.
Do other compiler complain if
return begin;
is removed?The text was updated successfully, but these errors were encountered: