From 2e8737ad5efaafec7c831bd3d92514926c8a78df Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 15 Sep 2009 09:42:46 +0000 Subject: Add __attribute__((unused)) to function arguments. --- cpukit/libcsupport/src/write_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/write_r.c') diff --git a/cpukit/libcsupport/src/write_r.c b/cpukit/libcsupport/src/write_r.c index 504cb10a43..ad142a7364 100644 --- a/cpukit/libcsupport/src/write_r.c +++ b/cpukit/libcsupport/src/write_r.c @@ -29,7 +29,7 @@ #include _ssize_t _write_r( - struct _reent *ptr, + struct _reent *ptr __attribute__((unused)), int fd, const void *buf, size_t nbytes -- cgit v1.2.3