summaryrefslogtreecommitdiff
path: root/boost/python/make_constructor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/make_constructor.hpp')
-rw-r--r--boost/python/make_constructor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/python/make_constructor.hpp b/boost/python/make_constructor.hpp
index 47cdf469c7..093703bb84 100644
--- a/boost/python/make_constructor.hpp
+++ b/boost/python/make_constructor.hpp
@@ -174,7 +174,7 @@ namespace detail
typedef typename detail::error::more_keywords_than_function_arguments<
NumKeywords::value, arity
- >::too_many_keywords assertion;
+ >::too_many_keywords assertion BOOST_ATTRIBUTE_UNUSED;
typedef typename outer_constructor_signature<Sig>::type outer_signature;