summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapnoextend.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heapnoextend.c')
-rw-r--r--cpukit/score/src/heapnoextend.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/src/heapnoextend.c b/cpukit/score/src/heapnoextend.c
index 60f0f8d8c7..d961c5a77e 100644
--- a/cpukit/score/src/heapnoextend.c
+++ b/cpukit/score/src/heapnoextend.c
@@ -27,10 +27,10 @@
#include <rtems/score/heapimpl.h>
uintptr_t _Heap_No_extend(
- Heap_Control *unused_0 __attribute__((unused)),
- void *unused_1 __attribute__((unused)),
- uintptr_t unused_2 __attribute__((unused)),
- uintptr_t unused_3 __attribute__((unused))
+ Heap_Control *unused_0 RTEMS_UNUSED,
+ void *unused_1 RTEMS_UNUSED,
+ uintptr_t unused_2 RTEMS_UNUSED,
+ uintptr_t unused_3 RTEMS_UNUSED
)
{
return 0;