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 e902744b6d..67a2967228 100644
--- a/cpukit/libmisc/shell/main_logoff.c
+++ b/cpukit/libmisc/shell/main_logoff.c
@@ -21,8 +21,8 @@
#include "internal.h"
static int rtems_shell_main_logoff(
- int argc __attribute__((unused)),
- char *argv[] __attribute__((unused))
+ int argc RTEMS_UNUSED,
+ char *argv[] RTEMS_UNUSED
)
{
rtems_shell_env_t *env = rtems_shell_get_current_env();