mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Tag Unused Parameter as Maybe_Unused
Noted by [at]akva2
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user