sundials icon indicating copy to clipboard operation
sundials copied to clipboard

Maintenance: Add Maybe Unused Macro

Open gardner48 opened this issue 1 year ago • 1 comments

Add SUNDIALS_MAYBE_UNUSED macro to suppresses warnings on unused entities.

gardner48 avatar May 21 '24 03:05 gardner48

Opening draft PR for testing

gardner48 avatar May 21 '24 03:05 gardner48

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.

gardner48 avatar May 25 '24 06:05 gardner48