summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/get_tim.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/get_tim.c')
-rw-r--r--cpukit/itron/src/get_tim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/get_tim.c b/cpukit/itron/src/get_tim.c
index 43f03fa271..56aa784421 100644
--- a/cpukit/itron/src/get_tim.c
+++ b/cpukit/itron/src/get_tim.c
@@ -25,7 +25,7 @@
*/
ER get_tim(
- SYSTIME *pk_tim
+ SYSTIME *pk_tim __attribute__((unused))
)
{
return E_OK;