mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Avoid unused parameter warnings
This commit is contained in:
parent
e13e913a1e
commit
57c000f8eb
1 changed files with 2 additions and 2 deletions
|
|
@ -103,9 +103,9 @@ namespace detail
|
|||
{}
|
||||
~lock()
|
||||
{}
|
||||
lock( BOOST_RV_REF( lock ) x )
|
||||
lock( BOOST_RV_REF( lock ) )
|
||||
{}
|
||||
lock& operator=( BOOST_RV_REF( lock ) x )
|
||||
lock& operator=( BOOST_RV_REF( lock ) )
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue