Tag Unused Parameter as Maybe_Unused

Noted by [at]akva2
This commit is contained in:
Bård Skaflestad 2023-03-10 11:36:11 +01:00
parent 1bbec4e4fb
commit f25d204281

View File

@ -113,7 +113,7 @@ public:
void addToSource(RateVector& rates,
const unsigned cellIdx,
const unsigned timeIdx) override
[[maybe_unused]] const unsigned timeIdx) override
{
const int idx = this->cellToConnectionIdx_[cellIdx];
if (idx < 0) {