quell unused parameter warning

This commit is contained in:
Arne Morten Kvarving 2019-10-17 10:16:38 +02:00
parent 20b2c57829
commit 34bfa10f99

View File

@ -115,7 +115,7 @@ struct BlackOilOnePhaseIndices
//////////////////////
//! \brief returns the index of "active" component
static unsigned canonicalToActiveComponentIndex(unsigned compIdx)
static unsigned canonicalToActiveComponentIndex(unsigned compIdx OPM_UNUSED)
{
return 0;
}