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/heapgetinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/heapgetinfo.c') diff --git a/cpukit/score/src/heapgetinfo.c b/cpukit/score/src/heapgetinfo.c index 287d269922..36afe957d0 100644 --- a/cpukit/score/src/heapgetinfo.c +++ b/cpukit/score/src/heapgetinfo.c @@ -24,7 +24,7 @@ #include static bool _Heap_Get_information_visitor( - const Heap_Block *block __attribute__((unused)), + const Heap_Block *block RTEMS_UNUSED, uintptr_t block_size, bool block_is_used, void *visitor_arg -- cgit v1.2.3