anonoymize unused parameter

quells compiler warnings
This commit is contained in:
Arne Morten Kvarving 2020-06-08 10:14:07 +02:00
parent 2e13e846ff
commit 016e5a75d8

View File

@ -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())