mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 18:55:49 +00:00
fix warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5681 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
075332f961
commit
ad1bd7bf61
@ -156,7 +156,8 @@ static switch_status_t en_say_general_count(switch_core_session_t *session,
|
||||
{
|
||||
switch_channel_t *channel;
|
||||
int in;
|
||||
int x = 0, places[9] = { 0 };
|
||||
uint32_t x = 0;
|
||||
int places[9] = { 0 };
|
||||
char sbuf[13] = "";
|
||||
switch_status_t status;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user