From 7edd08117557b08bbbcc19623a4e89a584c9bb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 27 Nov 2015 07:20:06 +0100 Subject: [PATCH] Silence some warnings. --- opm/simulators/thresholdPressures.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/thresholdPressures.hpp b/opm/simulators/thresholdPressures.hpp index 244d708b4..33eb64bf3 100644 --- a/opm/simulators/thresholdPressures.hpp +++ b/opm/simulators/thresholdPressures.hpp @@ -314,7 +314,7 @@ void computeMaxDp(std::map, double>& maxDp, template - std::vector thresholdPressures(const DeckConstPtr& deck, + std::vector thresholdPressures(const DeckConstPtr& /* deck */, EclipseStateConstPtr eclipseState, const Grid& grid, const std::map, double>& maxDp)