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

[WIP] Enable deprecation warnings for tester #6110

Closed

Conversation

gassmoeller
Copy link
Member

I got some weird test results in #6108 where tests were succeeding even though I expected them to fail with deprecation warnings. This PR just tries to enable the warnings without the fixes of #6108. Do not merge this yet, I expect the tester to fail.

@gassmoeller
Copy link
Member Author

Ok, I think I understand now. The additional parameter cannot go into CMAKE_CXX_FLAGS because that one is overwritten by the DEAL_II_CXX_FLAGS. Instead the parameter needs to go into ASPECT_ADDITIONAL_CXX_FLAGS because that one is appended to the deal.II flags. This PR is no longer needed.

@gassmoeller gassmoeller deleted the enable_deprecation_tester branch October 25, 2024 09:13
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