-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
[3.x] Fix various GCC 13 warnings #85917
[3.x] Fix various GCC 13 warnings #85917
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, makes sense
ec5c7e1
to
d8ead9b
Compare
-Wtype-limits
warning on Linux arm64
Added some more warning fixes. This doesn't yet allow building
GCC seems to disagree with @lawnjelly's comment:
(that |
Fixes occurrences of `-Wtype-limits`, `-Wmaybe-uninitialized`, `-Wduplicated-branches`.
d8ead9b
to
02e4e20
Compare
Ok, done. Aside from the warning in Might be some other warnings in some other tools/target/optimization configs but that's a good pass already. |
My comment should probably more accurately be: |
Cherry-picked for 3.5.4. |
Fixes occurrences of
-Wtype-limits
,-Wmaybe-uninitialized
,-Wduplicated-branches
.Includes
3.x
version of #85500.