Skip to content
Snippets Groups Projects
Commit 8f4ad8f5 authored by Russell Bryant's avatar Russell Bryant
Browse files

pointer signedness warnings elimination

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37296 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 77910792
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ static int gsmtolin_framein(struct ast_trans_pvt *pvt, struct ast_frame *f)
for (x=0; x < f->datalen; x += flen) {
unsigned char data[2 * GSM_FRAME_LEN];
char *src;
unsigned char *src;
int len;
if (flen == MSGSM_FRAME_LEN) {
len = 2*GSM_SAMPLES;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment