change the order of OPM_UNUSED and variable name

it seems like some compilers (GCC 4.9.2?) are picky about this and
require

```c++
TypeName VariableName __attribute__ ((__unused__))
```
This commit is contained in:
Andreas Lauser
2017-01-17 13:28:56 +01:00
parent 0c8355d2ad
commit 61c501a31d
6 changed files with 33 additions and 33 deletions
+1 -1
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& OPM_UNUSED intQuants)
void updateBeginTimestep(const IntensiveQuantities& intQuants OPM_UNUSED)
{}
// retrieve the solution dependent quantities from the IntensiveQuantities of the