Compiler fixes for GCC with -Og

ASTERISK-29144

Change-Id: I2a72c072083b4492a223c6f9d73d21f4f424db62
This commit is contained in:
Alexander Traud
2020-10-29 09:55:53 +01:00
committed by Kevin Harwell
parent 28faafd1c4
commit 57ee79a563
5 changed files with 5 additions and 5 deletions

View File

@@ -147,7 +147,7 @@ static struct ast_channel *audiosocket_request(const char *type,
struct ast_format_cap *caps = NULL;
struct ast_format *fmt = NULL;
uuid_t uu;
int fd;
int fd = -1;
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(destination);
AST_APP_ARG(idStr);