quell unused parameter warning when built without python support

This commit is contained in:
Arne Morten Kvarving 2020-03-30 12:33:34 +02:00
parent 83d1627dbb
commit 811d2e2a64

View File

@ -124,7 +124,7 @@ std::pair<std::time_t, std::size_t> restart_info(const RestartIO::RstState * rst
const Runspec &runspec,
const ParseContext& parseContext,
ErrorGuard& errors,
const Python& python,
[[maybe_unused]] const Python& python,
const RestartIO::RstState * rst) :
m_timeMap( deck , restart_info( rst )),
m_oilvaporizationproperties( this->m_timeMap, OilVaporizationProperties(runspec.tabdims().getNumPVTTables()) ),