diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-28 09:17:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-28 09:17:32 +0000 |
commit | 8a7aeb5078dc2de3348243928a869fc20fd3c015 (patch) | |
tree | 699405973971d414dd890920182ad7049b8d65a1 /dbaccess/source/core/api/RowSetBase.cxx | |
parent | cd5b04851c596c69cd4af78fa0149cbb57237eef (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'dbaccess/source/core/api/RowSetBase.cxx')
-rw-r--r-- | dbaccess/source/core/api/RowSetBase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSetBase.cxx b/dbaccess/source/core/api/RowSetBase.cxx index 492302f15..0531efe5b 100644 --- a/dbaccess/source/core/api/RowSetBase.cxx +++ b/dbaccess/source/core/api/RowSetBase.cxx @@ -1383,6 +1383,7 @@ void ORowSetBase::positionCache( CursorMoveDirection _ePrepareForDirection ) } } OSL_ENSURE( bSuccess, "ORowSetBase::positionCache: failed!" ); + (void)bSuccess; DBG_TRACE2("DBACCESS ORowSetBase::positionCache() Clone = %i ID = %i\n",m_bClone,osl_getThreadIdentifier(NULL)); } |