diff --git a/include/sundials/priv/sundials_mpi_errors_impl.h b/include/sundials/priv/sundials_mpi_errors_impl.h index 49f72583bb..003cccfda5 100644 --- a/include/sundials/priv/sundials_mpi_errors_impl.h +++ b/include/sundials/priv/sundials_mpi_errors_impl.h @@ -120,7 +120,7 @@ extern "C" { } \ while (0) #else -#define SUNCheckMPICallNoRetMsg(call) (void)call +#define SUNCheckMPICallNoRetMsg(call, msg) (void)call #endif /* These versions of SUNCheckMPICall do not take a custom message so a