From 9e14ca27ef0ea4c2866b943556168e2d4fd25eb6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 15 Sep 2009 09:29:55 +0000 Subject: Add __attribute__((unused)) to function arguments. --- 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 a9690f9541..c58e4cdcef 100644 --- a/cpukit/libcsupport/src/__times.c +++ b/cpukit/libcsupport/src/__times.c @@ -107,7 +107,7 @@ clock_t times( #include clock_t _times_r( - struct _reent *ptr, + struct _reent *ptr __attribute__((unused)), struct tms *ptms ) { -- cgit v1.2.3