Compiler fixes for GCC with -Os

ASTERISK-29145

Change-Id: I9af705f2b9725c53141aef5d0ff512a1800f073c
jenkinstest-16
Alexander Traud 5 years ago committed by Friendly Automation
parent 951ce0524d
commit 92ca48d54c

@ -123,7 +123,7 @@ static void add_channel(char *tech, char *location)
static int load_config(void)
{
FILE *f;
char buf[1024];
char buf[256];
char *val;
char *val2;
int lineno=0;

Loading…
Cancel
Save