X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FItimer.c;h=2dbf32d2f4cae47b0fce340dd0519027b236c6a8;hb=27225b0c9f799a251c96242f502e8cfd6bf76d7c;hp=3a09e804b5570e66c3bd7adb250c78b0e2831d4a;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c index 3a09e80..2dbf32d 100644 --- a/rts/posix/Itimer.c +++ b/rts/posix/Itimer.c @@ -221,7 +221,7 @@ stopTicker(void) } void -exitTicker(void) +exitTicker (rtsBool wait STG_UNUSED) { #if defined(USE_TIMER_CREATE) timer_delete(timer);