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/libcsupport/src/tcsetpgrp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/tcsetpgrp.c') diff --git a/cpukit/libcsupport/src/tcsetpgrp.c b/cpukit/libcsupport/src/tcsetpgrp.c index bb459757f8..f0bbb1d0d0 100644 --- a/cpukit/libcsupport/src/tcsetpgrp.c +++ b/cpukit/libcsupport/src/tcsetpgrp.c @@ -33,8 +33,8 @@ * POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID */ int tcsetpgrp( - int fd __attribute__((unused)), - pid_t pid __attribute__((unused)) ) + int fd RTEMS_UNUSED, + pid_t pid RTEMS_UNUSED ) { return 0; } -- cgit v1.2.3