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/posix/src/semopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/semopen.c') diff --git a/cpukit/posix/src/semopen.c b/cpukit/posix/src/semopen.c index 3a9dc63952..fe0dbebe7f 100644 --- a/cpukit/posix/src/semopen.c +++ b/cpukit/posix/src/semopen.c @@ -55,7 +55,7 @@ sem_t *sem_open( * have it because we have to work through the variable * arguments to get to attr. */ - mode_t mode RTEMS_COMPILER_UNUSED_ATTRIBUTE; + mode_t mode RTEMS_UNUSED; va_list arg; unsigned int value = 0; -- cgit v1.2.3