mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 00:32:53 +02:00
Fix some warnings within tests.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user