Merge pull request #4521 from bska/fix-unused-parameter

Tag Unused Parameter as Maybe_Unused
This commit is contained in:
Bård Skaflestad
2023-03-10 12:51:12 +01:00
committed by GitHub

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) {