diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-12-12 16:38:04 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-12-12 16:38:04 +0100 |
commit | 8a2ccfefe1b27f99e2848a7cf1f25ee7aee74107 (patch) | |
tree | fb6c18c4e5d2373b3787874a497caaa831683298 | |
parent | 0e46ecb0034ed378b926a113e1897f2740fc6d87 (diff) |
mono: suppress unused parameter warning
-rw-r--r-- | src/bin/eolian_mono/eolian/mono/blacklist.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/eolian_mono/eolian/mono/blacklist.hh b/src/bin/eolian_mono/eolian/mono/blacklist.hh index fc6f20556a..8d8de9d1bf 100644 --- a/src/bin/eolian_mono/eolian/mono/blacklist.hh +++ b/src/bin/eolian_mono/eolian/mono/blacklist.hh | |||
@@ -150,7 +150,7 @@ inline bool is_alias_blacklisted(attributes::alias_def const& alias, Context con | |||
150 | return name_helpers::alias_full_eolian_name(alias) == "Eina.Error"; | 150 | return name_helpers::alias_full_eolian_name(alias) == "Eina.Error"; |
151 | } | 151 | } |
152 | 152 | ||
153 | inline bool is_property_blacklisted(std::string const& name) | 153 | inline bool is_property_blacklisted(std::string const&) |
154 | { | 154 | { |
155 | return false; | 155 | return false; |
156 | } | 156 | } |