summaryrefslogtreecommitdiff
path: root/sal/rtl/source/alloc_arena.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/alloc_arena.cxx')
-rw-r--r--sal/rtl/source/alloc_arena.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/alloc_arena.cxx b/sal/rtl/source/alloc_arena.cxx
index e10131076f8c..639608ce7b3d 100644
--- a/sal/rtl/source/alloc_arena.cxx
+++ b/sal/rtl/source/alloc_arena.cxx
@@ -911,7 +911,7 @@ SAL_CALL rtl_arena_create (
rtl_arena_type * source_arena,
void * (SAL_CALL * source_alloc)(rtl_arena_type *, sal_Size *),
void (SAL_CALL * source_free) (rtl_arena_type *, void *, sal_Size),
- int
+ SAL_UNUSED_PARAMETER int
) SAL_THROW_EXTERN_C()
{
rtl_arena_type * result = 0;