Closed gardner48 closed 6 months ago
Opening draft PR for testing
It's my impression that the "unused" warnings are originally intended to help developers clean up their code.
It's also helpful for catching errors like those in PRs #472 and #473 which I came across when adding this macro.
Add
SUNDIALS_MAYBE_UNUSED
macro to suppresses warnings on unused entities.