mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
compile: one compiling warning by vc
This commit is contained in:
parent
672b66caf2
commit
868bef0fb9
@ -160,11 +160,11 @@ void event_timer_trigger(ACL_EVENT *eventp)
|
||||
ACL_EVENT_NOTIFY_TIME timer_fn;
|
||||
void *timer_arg;
|
||||
|
||||
/* 调整事件引擎的时间截 */
|
||||
/* 调整事件引擎的时间截 */
|
||||
|
||||
SET_TIME(eventp->present);
|
||||
|
||||
/* 优先处理定时器中的任务 */
|
||||
/* 优先处理定时器中的任务 */
|
||||
|
||||
acl_ring_foreach(iter, &eventp->timer_head) {
|
||||
timer = ACL_RING_TO_TIMER(iter.ptr);
|
||||
|
Loading…
Reference in New Issue
Block a user