mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
eliminate compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -46,7 +46,7 @@ LOCAL_USER_DECL;
|
|||||||
static int cpeid_setstatus(struct ast_channel *chan, char *stuff[], int voice)
|
static int cpeid_setstatus(struct ast_channel *chan, char *stuff[], int voice)
|
||||||
{
|
{
|
||||||
int justify[5] = { ADSI_JUST_CENT, ADSI_JUST_LEFT, ADSI_JUST_LEFT, ADSI_JUST_LEFT };
|
int justify[5] = { ADSI_JUST_CENT, ADSI_JUST_LEFT, ADSI_JUST_LEFT, ADSI_JUST_LEFT };
|
||||||
char *tmp[5];
|
unsigned char *tmp[5];
|
||||||
int x;
|
int x;
|
||||||
for (x=0;x<4;x++)
|
for (x=0;x<4;x++)
|
||||||
tmp[x] = stuff[x];
|
tmp[x] = stuff[x];
|
||||||
|
Reference in New Issue
Block a user