Closed gassmoeller closed 4 weeks ago
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.
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.