From f97536dcd310a1a15426dcd411d55367019879fc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Oct 2015 08:21:48 +0200 Subject: basdefs.h: Add and use RTEMS_UNUSED --- cpukit/score/src/heapextend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/heapextend.c') diff --git a/cpukit/score/src/heapextend.c b/cpukit/score/src/heapextend.c index 34d2b756fb..00e402a5b2 100644 --- a/cpukit/score/src/heapextend.c +++ b/cpukit/score/src/heapextend.c @@ -121,7 +121,7 @@ uintptr_t _Heap_Extend( Heap_Control *heap, void *extend_area_begin_ptr, uintptr_t extend_area_size, - uintptr_t unused __attribute__((unused)) + uintptr_t unused RTEMS_UNUSED ) { Heap_Statistics *const stats = &heap->stats; -- cgit v1.2.3