sundials
sundials copied to clipboard
Maintenance: Add Maybe Unused Macro
Add SUNDIALS_MAYBE_UNUSED macro to suppresses warnings on unused entities.
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.