summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/devctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/devctl.c')
-rw-r--r--cpukit/posix/src/devctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/posix/src/devctl.c b/cpukit/posix/src/devctl.c
index 84674c52ea..74e4e671ca 100644
--- a/cpukit/posix/src/devctl.c
+++ b/cpukit/posix/src/devctl.c
@@ -25,10 +25,10 @@
*/
int devctl(
- int filedes,
- void *dev_data_ptr,
- size_t nbyte,
- int *dev_info_ptr
+ int filedes __attribute__((unused)),
+ void *dev_data_ptr __attribute__((unused)),
+ size_t nbyte __attribute__((unused)),
+ int *dev_info_ptr __attribute__((unused))
)
{
rtems_set_errno_and_return_minus_one( ENOSYS );