mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2864 from atgeirr/silence-warning
Silence unused argument warning.
This commit is contained in:
commit
1351dc69bc
@ -543,7 +543,7 @@ namespace Detail
|
|||||||
struct Inverter
|
struct Inverter
|
||||||
{
|
{
|
||||||
template <typename K>
|
template <typename K>
|
||||||
void operator()(const K *matrix, K *inverse)
|
void operator()(const K *matrix [[maybe_unused]], K *inverse [[maybe_unused]])
|
||||||
{
|
{
|
||||||
throw std::logic_error("Not implemented");
|
throw std::logic_error("Not implemented");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user