From 4ffebbbbb08677bb4955613ba889ab8d1348b6c3 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 30 Apr 2021 13:16:21 +0200 Subject: [PATCH] anonymize unused parameters to quell warnings --- opm/models/blackoil/blackoilextbomodules.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/models/blackoil/blackoilextbomodules.hh b/opm/models/blackoil/blackoilextbomodules.hh index bfb49ac98..1ac75bcfc 100644 --- a/opm/models/blackoil/blackoilextbomodules.hh +++ b/opm/models/blackoil/blackoilextbomodules.hh @@ -273,8 +273,8 @@ public: /*! * \brief Register all solvent specific VTK and ECL output modules. */ - static void registerOutputModules(Model& model, - Simulator& simulator) + static void registerOutputModules(Model&, + Simulator&) { if (!enableExtbo) // extBO have disabled at compile time