From 2bec485184a188c41bb4cd0af61c933ea2142ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 29 May 2015 14:57:30 +0200 Subject: [PATCH] Fix a few warnings. --- opm/autodiff/SimulatorBase_impl.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opm/autodiff/SimulatorBase_impl.hpp b/opm/autodiff/SimulatorBase_impl.hpp index 4cb6762d6..9c7755365 100644 --- a/opm/autodiff/SimulatorBase_impl.hpp +++ b/opm/autodiff/SimulatorBase_impl.hpp @@ -322,10 +322,10 @@ namespace Opm } // namespace SimFIBODetails template - void SimulatorBase::handleAdditionalWellInflow(SimulatorTimer& timer, - WellsManager& wells_manager, - WellState& well_state, - const Wells* wells) + void SimulatorBase::handleAdditionalWellInflow(SimulatorTimer& /* timer */, + WellsManager& /* wells_manager */, + WellState& /* well_state */, + const Wells* /* wells */) { } template