mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4521 from bska/fix-unused-parameter
Tag Unused Parameter as Maybe_Unused
This commit is contained in:
commit
10f7de1ee4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user