--- embedaddon/mpd/src/timer.c 2013/07/22 08:44:29 1.1.1.2 +++ embedaddon/mpd/src/timer.c 2021/03/17 00:39:23 1.1.1.3 @@ -95,6 +95,7 @@ TimerExpires(int type, void *cookie) const char *desc = timer->desc; const char *dbg = timer->dbg; + (void)type; Log(LG_EVENTS, ("EVENT: Processing timer \"%s\" %s()", desc, dbg)); (*timer->func)(timer->arg); Log(LG_EVENTS, ("EVENT: Processing timer \"%s\" %s() done", desc, dbg));