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/_rename_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/_rename_r.c') diff --git a/cpukit/libcsupport/src/_rename_r.c b/cpukit/libcsupport/src/_rename_r.c index 1395099b5e..d5e493f92e 100644 --- a/cpukit/libcsupport/src/_rename_r.c +++ b/cpukit/libcsupport/src/_rename_r.c @@ -28,7 +28,7 @@ #include int _rename_r( - struct _reent *ptr, + struct _reent *ptr __attribute__((unused)), const char *old, const char *new ) -- cgit v1.2.3