summaryrefslogtreecommitdiff
path: root/boost/python/object/pickle_support.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/object/pickle_support.hpp')
-rw-r--r--boost/python/object/pickle_support.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/python/object/pickle_support.hpp b/boost/python/object/pickle_support.hpp
index cbdbcbb9d6..aa96d655ee 100644
--- a/boost/python/object/pickle_support.hpp
+++ b/boost/python/object/pickle_support.hpp
@@ -107,7 +107,7 @@ namespace detail {
{
typedef typename
error_messages::missing_pickle_suite_function_or_incorrect_signature<
- Class_>::error_type error_type;
+ Class_>::error_type error_type BOOST_ATTRIBUTE_UNUSED;
}
};