avoid warning uninitialized
This commit is contained in:
2
tcc.c
2
tcc.c
@ -9208,7 +9208,7 @@ static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r,
|
|||||||
{
|
{
|
||||||
int size, align, addr, data_offset;
|
int size, align, addr, data_offset;
|
||||||
int level;
|
int level;
|
||||||
ParseState saved_parse_state;
|
ParseState saved_parse_state = {0};
|
||||||
TokenString init_str;
|
TokenString init_str;
|
||||||
Section *sec;
|
Section *sec;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user