summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/sta_tsk.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-01 15:13:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-01 15:13:07 +0000
commit6b8fe0067d5e63e54757c64c2f8b3d12a0cc07fc (patch)
tree29ac42ba7ba80797dd1cc9e2b7902af2b1d58e48 /cpukit/itron/src/sta_tsk.c
parent2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6b8fe0067d5e63e54757c64c2f8b3d12a0cc07fc.tar.bz2
Add __attribute__((unused)) to unused function args.
Diffstat (limited to 'cpukit/itron/src/sta_tsk.c')
-rw-r--r--cpukit/itron/src/sta_tsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/sta_tsk.c b/cpukit/itron/src/sta_tsk.c
index f7d1a12a07..bdab1e91c1 100644
--- a/cpukit/itron/src/sta_tsk.c
+++ b/cpukit/itron/src/sta_tsk.c
@@ -30,7 +30,7 @@
ER sta_tsk(
ID tskid,
- INT stacd
+ INT stacd __attribute__((unused))
)
{
register Thread_Control *the_thread;