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/coremutexsurrender.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/coremutexsurrender.c') diff --git a/cpukit/score/src/coremutexsurrender.c b/cpukit/score/src/coremutexsurrender.c index 7d9c57f98b..b4e69c8698 100644 --- a/cpukit/score/src/coremutexsurrender.c +++ b/cpukit/score/src/coremutexsurrender.c @@ -91,8 +91,8 @@ CORE_mutex_Status _CORE_mutex_Surrender( Objects_Id id, CORE_mutex_API_mp_support_callout api_mutex_mp_support, #else - Objects_Id id __attribute__((unused)), - CORE_mutex_API_mp_support_callout api_mutex_mp_support __attribute__((unused)), + Objects_Id id RTEMS_UNUSED, + CORE_mutex_API_mp_support_callout api_mutex_mp_support RTEMS_UNUSED, #endif ISR_lock_Context *lock_context ) -- cgit v1.2.3