diff --git a/include/boost/pending/property.hpp b/include/boost/pending/property.hpp index 448a7191..69ee5084 100644 --- a/include/boost/pending/property.hpp +++ b/include/boost/pending/property.hpp @@ -77,7 +77,7 @@ namespace boost { template inline detail::error_property_not_found - get_property_value(const no_property& p, Tag2) { + get_property_value(const no_property&, Tag2) { return detail::error_property_not_found(); }