提交 9229cfdf authored 作者: Anthony Minessale's avatar Anthony Minessale

gcc never complains about this stuff on linux sigh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8996 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b9b0c2d6
...@@ -1208,7 +1208,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_wait_for_silence(switch_core_session_ ...@@ -1208,7 +1208,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_wait_for_silence(switch_core_session_
switch_frame_t *read_frame; switch_frame_t *read_frame;
switch_status_t status = SWITCH_STATUS_FALSE; switch_status_t status = SWITCH_STATUS_FALSE;
int16_t *data; int16_t *data;
int listening = 0; uint32_t listening = 0;
int countdown = 0; int countdown = 0;
switch_codec_t raw_codec = {0}; switch_codec_t raw_codec = {0};
int16_t *abuf = NULL; int16_t *abuf = NULL;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论