Added line to remove compiler warning about unused parameter.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@631 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
d2470014cc
commit
2faf1fe5fd
1 changed files with 4 additions and 0 deletions
|
@ -260,6 +260,7 @@ bool TwoRefLinks::Release( bool strong )
|
|||
{
|
||||
|
||||
assert( strong == m_strong );
|
||||
(void)strong;
|
||||
#ifdef DO_EXTRA_LOKI_TESTS
|
||||
assert( m_prev->HasPrevNode( this ) );
|
||||
assert( m_next->HasNextNode( this ) );
|
||||
|
@ -614,6 +615,9 @@ bool TwoRefLinks::Merge( TwoRefLinks & rhs )
|
|||
// ----------------------------------------------------------------------------
|
||||
|
||||
// $Log$
|
||||
// Revision 1.2 2006/04/15 00:46:46 rich_sposato
|
||||
// Added line to remove compiler warning about unused parameter.
|
||||
//
|
||||
// Revision 1.1 2006/04/05 22:53:10 rich_sposato
|
||||
// Added StrongPtr class to Loki along with tests for StrongPtr.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue