Skip to content
Snippets Groups Projects
Commit 2dacadd9 authored by Alexander Traud's avatar Alexander Traud Committed by Kevin Harwell
Browse files

Compiler fixes for GCC with -Os

ASTERISK-29145

Change-Id: I9af705f2b9725c53141aef5d0ff512a1800f073c
parent f86af1fb
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ static void add_channel(char *tech, char *location) ...@@ -123,7 +123,7 @@ static void add_channel(char *tech, char *location)
static int load_config(void) static int load_config(void)
{ {
FILE *f; FILE *f;
char buf[1024]; char buf[256];
char *val; char *val;
char *val2; char *val2;
int lineno=0; int lineno=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment