diff --git a/test/to_address_test.cpp b/test/to_address_test.cpp index e1b55c4..4c02384 100644 --- a/test/to_address_test.cpp +++ b/test/to_address_test.cpp @@ -124,7 +124,7 @@ struct pointer_traits > { namespace std { template struct pointer_traits > { - static T* to_address(const P6& p) BOOST_NOEXCEPT { + static T* to_address(const P6& /*p*/) BOOST_NOEXCEPT { return 0; } };