summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timertsr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/timertsr.c')
-rw-r--r--cpukit/posix/src/timertsr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/posix/src/timertsr.c b/cpukit/posix/src/timertsr.c
index 7f4b832030..b2a86ce4fb 100644
--- a/cpukit/posix/src/timertsr.c
+++ b/cpukit/posix/src/timertsr.c
@@ -30,7 +30,9 @@
/*
* This is the operation that is run when a timer expires
*/
-void _POSIX_Timer_TSR(Objects_Id timer, void *data)
+void _POSIX_Timer_TSR(
+ Objects_Id timer __attribute__((unused)),
+ void *data)
{
POSIX_Timer_Control *ptimer;
bool activated;