diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:02:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:02:18 +0000 |
commit | 6838b10710167483916039ecacd818bc5bd09a35 (patch) | |
tree | 60bb8ac48b4213f4e1a7b5a7bdcd4c139b7764a1 /connectivity/source/inc/file/fcomp.hxx | |
parent | 439f0ffbf00e56499dec0030d50ca41e51e7a599 (diff) |
INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED
2005/11/16 12:59:25 fs 1.12.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/inc/file/fcomp.hxx')
-rw-r--r-- | connectivity/source/inc/file/fcomp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/fcomp.hxx b/connectivity/source/inc/file/fcomp.hxx index 1f2aae08072e..52a36c2dbab2 100644 --- a/connectivity/source/inc/file/fcomp.hxx +++ b/connectivity/source/inc/file/fcomp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fcomp.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:10:55 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:02:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,11 +70,11 @@ namespace connectivity inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) { return ::rtl_allocateMemory( nSize ); } - inline static void * SAL_CALL operator new( size_t nSize,void* _pHint ) SAL_THROW( () ) + inline static void * SAL_CALL operator new( size_t /*nSize*/,void* _pHint ) SAL_THROW( () ) { return _pHint; } inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) { ::rtl_freeMemory( pMem ); } - inline static void SAL_CALL operator delete( void * pMem,void* _pHint ) SAL_THROW( () ) + inline static void SAL_CALL operator delete( void * /*pMem*/,void* /*_pHint*/ ) SAL_THROW( () ) { } void dispose(); |