summaryrefslogtreecommitdiff
path: root/boost/test/detail/throw_exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/detail/throw_exception.hpp')
-rw-r--r--boost/test/detail/throw_exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/test/detail/throw_exception.hpp b/boost/test/detail/throw_exception.hpp
index 3f2f4687d3..19b50ba49c 100644
--- a/boost/test/detail/throw_exception.hpp
+++ b/boost/test/detail/throw_exception.hpp
@@ -33,7 +33,7 @@ namespace ut_detail {
template<typename E>
BOOST_NORETURN inline void
-throw_exception(E const& e) { abort(); }
+throw_exception(E const& /*e*/) { abort(); }
#define BOOST_TEST_I_TRY
#define BOOST_TEST_I_CATCH( T, var ) for(T const& var = *(T*)0; false;)