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

Disable dangling reference warnings with cmake+gcc #69679

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

sparr
Copy link
Member

@sparr sparr commented Nov 23, 2023

Summary

None

Purpose of change

#65542 fixed GCC13 spurious dangling reference warnings in the Makefile, but the errors still occur when using cmake.

Describe the solution

Make equivalent changes to CMakeLists.txt

Describe alternatives you've considered

Testing

Compiled

Additional context

This just ports PR 65542's Makefile changes to CMakeLists.txt
@github-actions github-actions bot added Code: Build Issues regarding different builds and build environments json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Nov 23, 2023
@akrieger akrieger merged commit e1f471c into CleverRaven:master Nov 23, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Build Issues regarding different builds and build environments json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants