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
This commit is contained in:
Anthony Minessale 2008-07-11 13:01:27 +00:00
parent b9b0c2d6d4
commit 9229cfdf24

View File

@ -1208,7 +1208,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_wait_for_silence(switch_core_session_
switch_frame_t *read_frame;
switch_status_t status = SWITCH_STATUS_FALSE;
int16_t *data;
int listening = 0;
uint32_t listening = 0;
int countdown = 0;
switch_codec_t raw_codec = {0};
int16_t *abuf = NULL;