summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_logoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/main_logoff.c')
-rw-r--r--cpukit/libmisc/shell/main_logoff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/main_logoff.c b/cpukit/libmisc/shell/main_logoff.c
index 036aa37581..7258724f04 100644
--- a/cpukit/libmisc/shell/main_logoff.c
+++ b/cpukit/libmisc/shell/main_logoff.c
@@ -23,8 +23,8 @@
#include "internal.h"
int rtems_shell_main_logoff(
- int argc,
- char *argv[]
+ int argc __attribute__((unused)),
+ char *argv[] __attribute__((unused))
)
{
printf("logoff from the system...");