From fc20fe5be916b50b9ff37530a76d10808e9339a0 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/core/grid/GridHelpers.hpp | 5 +++++ opm/core/utility/thresholdPressures.hpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/opm/core/grid/GridHelpers.hpp b/opm/core/grid/GridHelpers.hpp index fc7bfcee..cb78562f 100644 --- a/opm/core/grid/GridHelpers.hpp +++ b/opm/core/grid/GridHelpers.hpp @@ -20,8 +20,13 @@ */ #ifndef OPM_CORE_GRIDHELPERS_HEADER_INCLUDED #define OPM_CORE_GRIDHELPERS_HEADER_INCLUDED + #include + +#include #include +#include + namespace Opm { diff --git a/opm/core/utility/thresholdPressures.hpp b/opm/core/utility/thresholdPressures.hpp index 244d708b..33eb64bf 100644 --- a/opm/core/utility/thresholdPressures.hpp +++ b/opm/core/utility/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)