Skip to content
Snippets Groups Projects
Commit 8ec0f8ab authored by Anthony Minessale II's avatar Anthony Minessale II
Browse files

fix compiler warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c19caed1
Branches
Tags
No related merge requests found
...@@ -69,8 +69,8 @@ static int read_exec(struct ast_channel *chan, void *data) ...@@ -69,8 +69,8 @@ static int read_exec(struct ast_channel *chan, void *data)
int maxdigits=255; int maxdigits=255;
int tries = 1; int tries = 1;
int to = 0; int to = 0;
int defined = 0, x = 0; x = 0;
char *argcopy; char *argcopy = NULL;
char *args[8]; char *args[8];
if (data) if (data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment