summaryrefslogtreecommitdiff
path: root/libs/fusion/test/sequence/move.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fusion/test/sequence/move.hpp')
-rw-r--r--libs/fusion/test/sequence/move.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/fusion/test/sequence/move.hpp b/libs/fusion/test/sequence/move.hpp
index febbc2bba..8636604f1 100644
--- a/libs/fusion/test/sequence/move.hpp
+++ b/libs/fusion/test/sequence/move.hpp
@@ -38,12 +38,12 @@ namespace test_detail
return *this;
}
- x(x const& rhs)
+ x(x const& /*rhs*/)
{
incr_copy();
}
- x& operator=(x const& rhs)
+ x& operator=(x const& /*rhs*/)
{
incr_copy();
return *this;