tools: rockchip: fix compilation warnings
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com> Change-Id: Ib27aa885eef05c6f88fcbf41dd4d0a5a0f965a52
This commit is contained in:
parent
35176ccb87
commit
5b69ab5af5
|
|
@ -85,7 +85,7 @@ typedef struct {
|
||||||
line_t* code472Path;
|
line_t* code472Path;
|
||||||
int loaderNum;
|
int loaderNum;
|
||||||
name_entry* loader;
|
name_entry* loader;
|
||||||
char outPath[MAX_LINE_LEN];
|
char outPath[MAX_LINE_LEN * 2];
|
||||||
} options;
|
} options;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue