summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/sta_tsk.c
diff options
context:
space:
mode:
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;