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/__times.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/__times.c') diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c index e5ec411543..ea6d1c65a7 100644 --- a/cpukit/libcsupport/src/__times.c +++ b/cpukit/libcsupport/src/__times.c @@ -115,7 +115,7 @@ clock_t times( * This is the Newlib dependent reentrant version of times(). */ clock_t _times_r( - struct _reent *ptr __attribute__((unused)), + struct _reent *ptr RTEMS_UNUSED, struct tms *ptms ) { -- cgit v1.2.3