From e6e2c9a330d7feb62cfd19a4a0e82c983f3daa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 27 Aug 2014 19:43:53 +0200 Subject: [PATCH] Squash warnings by removing or commenting out unused parameters. --- opm/core/props/BlackoilPropertiesBasic.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/core/props/BlackoilPropertiesBasic.cpp b/opm/core/props/BlackoilPropertiesBasic.cpp index 9634d9aa9..7ca21ca22 100644 --- a/opm/core/props/BlackoilPropertiesBasic.cpp +++ b/opm/core/props/BlackoilPropertiesBasic.cpp @@ -243,9 +243,9 @@ namespace Opm /// \param[in] cell Cell index. /// \param[in] pcow P_oil - P_water. /// \param[in/out] swat Water saturation. / Possibly modified Water saturation. - void BlackoilPropertiesBasic::swatInitScaling(const int cell, - const double pcow, - double & swat) + void BlackoilPropertiesBasic::swatInitScaling(const int /*cell*/, + const double /*pcow*/, + double& /*swat*/) { OPM_THROW(std::runtime_error, "BlackoilPropertiesBasic::swatInitScaling() -- not implemented."); }