Skip to content

Commit

Permalink
Added SUNDIALS_MAYBE_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Sep 5, 2024
1 parent 009b971 commit 4d1f79d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sunadaptcontroller/mrihtol/sunadaptcontroller_mrihtol.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ SUNAdaptController SUNAdaptController_GetFastController_MRIHTol(SUNAdaptControll
* implementation of controller operations
* ----------------------------------------------------------------- */

SUNAdaptController_Type SUNAdaptController_GetType_MRIHTol(SUNAdaptController C)
SUNAdaptController_Type SUNAdaptController_GetType_MRIHTol(
SUNDIALS_MAYBE_UNUSED SUNAdaptController C)
{
return SUN_ADAPTCONTROLLER_MRI_TOL;
}
Expand Down

0 comments on commit 4d1f79d

Please sign in to comment.