summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/verrx.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-02 13:04:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-02 13:04:13 +0000
commit031deada15098e68ae1912f1c6963c433153b9e3 (patch)
tree80ac645d4f4410b2002241cd6d2c85a8283702b2 /cpukit/libmisc/shell/verrx.c
parent2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-031deada15098e68ae1912f1c6963c433153b9e3.tar.bz2
Add __attribute__((unused)) to unused function args.
Diffstat (limited to 'cpukit/libmisc/shell/verrx.c')
-rw-r--r--cpukit/libmisc/shell/verrx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/verrx.c b/cpukit/libmisc/shell/verrx.c
index 4588018cf8..30355dd31c 100644
--- a/cpukit/libmisc/shell/verrx.c
+++ b/cpukit/libmisc/shell/verrx.c
@@ -56,7 +56,7 @@ __weak_alias(verrx, _verrx)
#endif
__dead void
-verrx(jmp_buf* exit_jmp, int eval, const char *fmt, _BSD_VA_LIST_ ap)
+verrx(jmp_buf* exit_jmp, int eval __attribute__((unused)), const char *fmt, _BSD_VA_LIST_ ap)
{
#if 0
(void)fprintf(stderr, "%s: ", getprogname());