mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-19 16:22:57 -06:00
Merge pull request #616 from akva2/quell_unused_warning
anonoymize unused parameter
This commit is contained in:
commit
c0464ea383
@ -1176,7 +1176,7 @@ void registerParam(const char *paramName, const char *propertyName, const ParamT
|
||||
}
|
||||
|
||||
template <class TypeTag, class ParamType>
|
||||
void hideParam(const char *paramName, const ParamType& defaultValue)
|
||||
void hideParam(const char *paramName, const ParamType&)
|
||||
{
|
||||
typedef typename GET_PROP(TypeTag, ParameterMetaData) ParamsMeta;
|
||||
if (!ParamsMeta::registrationOpen())
|
||||
|
Loading…
Reference in New Issue
Block a user