mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Silence unused argument warning.
This commit is contained in:
@@ -543,7 +543,7 @@ namespace Detail
|
||||
struct Inverter
|
||||
{
|
||||
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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user