-
Notifications
You must be signed in to change notification settings - Fork 163
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
gcc 13.1 -Wdangling-reference warnings #1944
Comments
I'm getting these warnings in libfmt as well. Would it be an option to disable these warnings for libfmt exclusively, or perhaps even globally? |
we can just update libfmt fmtlib/fmt#3415 |
From that same thread:
Hoping the next point release won't be too far off then. |
I have the same problem:
|
@Brensom A workaround is to pass |
These have all been addressed in the past week, I believe. |
Getting a few more warnings on my end when compiling with gcc 13.1. I have disabled
-Werror
, so I can work around them, but we should look into these:The text was updated successfully, but these errors were encountered: