summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_logoff.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-10-16 08:21:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-10-26 09:13:19 +0100
commitf97536dcd310a1a15426dcd411d55367019879fc (patch)
treed37a1e12bac98a4df4a2dd70d5de3ee99f23d821 /cpukit/libmisc/shell/main_logoff.c
parentbasdefs.h: Add and use RTEMS_DEPRECATED (diff)
downloadrtems-f97536dcd310a1a15426dcd411d55367019879fc.tar.bz2
basdefs.h: Add and use RTEMS_UNUSED
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();