summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/__times.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:29:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:29:55 +0000
commit9e14ca27ef0ea4c2866b943556168e2d4fd25eb6 (patch)
tree35ed7be9a91fb9b5038daf5b35164a1a53536d1e /cpukit/libcsupport/src/__times.c
parent2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9e14ca27ef0ea4c2866b943556168e2d4fd25eb6.tar.bz2
Add __attribute__((unused)) to function arguments.
Diffstat (limited to 'cpukit/libcsupport/src/__times.c')
-rw-r--r--cpukit/libcsupport/src/__times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/__times.c b/cpukit/libcsupport/src/__times.c
index a9690f9541..c58e4cdcef 100644
--- a/cpukit/libcsupport/src/__times.c
+++ b/cpukit/libcsupport/src/__times.c
@@ -107,7 +107,7 @@ clock_t times(
#include <reent.h>
clock_t _times_r(
- struct _reent *ptr,
+ struct _reent *ptr __attribute__((unused)),
struct tms *ptms
)
{