Skip to content
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

fix: Avoid unused local typedef #80

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

paulgessinger
Copy link
Member

This also removes the -Wno-unused-local-typedefs compile flag.

This also removes the `-Wno-unused-local-typedefs` compile flag.
@paulgessinger
Copy link
Member Author

Can we get a tag when this is in @asalzburger so I can proceed with acts-project/acts#3495 ?

@paulgessinger paulgessinger merged commit 1c0e76b into acts-project:main Aug 14, 2024
3 checks passed
@paulgessinger paulgessinger deleted the unused-local-typdefs branch August 14, 2024 07:26
kodiakhq bot pushed a commit to acts-project/acts that referenced this pull request Aug 20, 2024
- Remove `-Wno-unused-local-typedefs`
- Add `-Wzero-as-null-pointer-constant`, `-Wold-style-cast` and `-Wnull-derefence`
- Fix warnings caused by these flags

- [x] This requires an update to ODD, since ODD triggers old-style cast warnings currently.
- [x] Depends on acts-project/actsvg#80 to avoid warnings from ACTSVG

Blocked by
-  #3509
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.

1 participant