Suppress even more compiler warnings
This commit is contained in:
parent
fb42e17ffd
commit
27bf0dcbac
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ static inline int _slot_set_interval(hexagram_schedule *schedule, size_t i) {
|
|||
return _set_interval(schedule, _slot_interval_ns(schedule, i));
|
||||
}
|
||||
|
||||
static void _ev_notify(hexagram_schedule *schedule) {
|
||||
static void _ev_notify(union sigval sv) {
|
||||
hexagram_schedule *schedule = sv.sival_ptr;
|
||||
time_t last = -1;
|
||||
|
||||
while (schedule->current < schedule->count) {
|
||||
|
|
Loading…
Add table
Reference in a new issue