mono: suppress unused parameter warning

This commit is contained in:
Xavi Artigas 2019-12-12 16:38:04 +01:00
parent 0e46ecb003
commit 8a2ccfefe1
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ inline bool is_alias_blacklisted(attributes::alias_def const& alias, Context con
return name_helpers::alias_full_eolian_name(alias) == "Eina.Error";
}
inline bool is_property_blacklisted(std::string const& name)
inline bool is_property_blacklisted(std::string const&)
{
return false;
}