Silence unused argument warnings with OPM_UNUSED.

This commit is contained in:
Atgeirr Flø Rasmussen
2016-12-30 10:03:14 +01:00
parent 8c6e6dc410
commit 5724244b4f
6 changed files with 33 additions and 33 deletions

View File

@@ -136,7 +136,7 @@ class EclPeacemanWell : public BaseAuxiliaryModule<TypeTag>
// retrieve the solution dependent quantities that are only updated at the
// beginning of a time step from the IntensiveQuantities of the model
void updateBeginTimestep(const IntensiveQuantities& intQuants)
void updateBeginTimestep(const IntensiveQuantities& OPM_UNUSED intQuants)
{}
// retrieve the solution dependent quantities from the IntensiveQuantities of the