From 9229cfdf24bf86092267eed76870d227b142ac53 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 11 Jul 2008 13:01:27 +0000 Subject: [PATCH] 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 --- src/switch_ivr_play_say.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_play_say.c b/src/switch_ivr_play_say.c index f90243a4cc..726d936dfc 100644 --- a/src/switch_ivr_play_say.c +++ b/src/switch_ivr_play_say.c @@ -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;