summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc_boundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/malloc_boundary.c')
-rw-r--r--cpukit/libcsupport/src/malloc_boundary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/malloc_boundary.c b/cpukit/libcsupport/src/malloc_boundary.c
index 51d6fcc615..3a90cf15ee 100644
--- a/cpukit/libcsupport/src/malloc_boundary.c
+++ b/cpukit/libcsupport/src/malloc_boundary.c
@@ -128,8 +128,8 @@ static void rtems_malloc_boundary_at_free(
}
static void rtems_malloc_boundary_at_realloc(
- void *pointer,
- size_t size
+ void *pointer __attribute__((unused)),
+ size_t size __attribute__((unused))
)
{
/* this needs to be implemented */