summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fcntl.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:42:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-15 09:42:46 +0000
commit2e8737ad5efaafec7c831bd3d92514926c8a78df (patch)
treedbf7e1026e37fbd32a9cf4694e250c113bf95370 /cpukit/libcsupport/src/fcntl.c
parent2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2e8737ad5efaafec7c831bd3d92514926c8a78df.tar.bz2
Add __attribute__((unused)) to function arguments.
Diffstat (limited to 'cpukit/libcsupport/src/fcntl.c')
-rw-r--r--cpukit/libcsupport/src/fcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/fcntl.c b/cpukit/libcsupport/src/fcntl.c
index 641c25b1ae..e40cba59f5 100644
--- a/cpukit/libcsupport/src/fcntl.c
+++ b/cpukit/libcsupport/src/fcntl.c
@@ -177,7 +177,7 @@ int fcntl(
#include <reent.h>
int _fcntl_r(
- struct _reent *ptr,
+ struct _reent *ptr __attribute__((unused)),
int fd,
int cmd,
int arg