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
commit 10f7de1ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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