提交 c50fea15 authored 作者: Jeff Lenk's avatar Jeff Lenk

resolve trivial compiler warning

上级 676ef808
......@@ -130,7 +130,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_sleep(switch_core_session_t *session,
switch_status_t status = SWITCH_STATUS_SUCCESS;
switch_time_t start = switch_micro_time_now(), now, done = switch_micro_time_now() + (ms * 1000);
switch_frame_t *read_frame, cng_frame = { 0 };
int32_t left, elapsed;
int32_t left;
uint32_t elapsed;
char data[2] = "";
switch_frame_t write_frame = { 0 };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论