-
Notifications
You must be signed in to change notification settings - Fork 168
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
chore: Update compiler warning flags #3495
chore: Update compiler warning flags #3495
Conversation
Invalidated by push of c16685b
e8e989a
to
facbefe
Compare
facbefe
to
fe328ae
Compare
fe328ae
to
637b31b
Compare
Drop LCG 104, and introduce LCG 106 job on GCC13 (clang seems not to be included).
5c24e1a
to
6e31384
Compare
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.
Looks good!
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.
let's get this in!
Quality Gate passedIssues Measures |
Remove
-Wno-unused-local-typedefs
Add
-Wzero-as-null-pointer-constant
,-Wold-style-cast
and-Wnull-derefence
Fix warnings caused by these flags
This requires an update to ODD, since ODD triggers old-style cast warnings currently.
Depends on fix: Avoid unused local typedef actsvg#80 to avoid warnings from ACTSVG
Blocked by