Fix some warnings within tests.

This commit is contained in:
Kohei Takahashi
2015-01-21 01:13:19 +09:00
parent ce8bf1079a
commit 5e4978b870
5 changed files with 43 additions and 16 deletions

View File

@ -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;