Initialize seq_data_type (#245)
This commit is contained in:
parent
5edf27b032
commit
95b4147009
1 changed files with 1 additions and 1 deletions
|
@ -1163,7 +1163,7 @@ static rcl_ret_t parse_events(
|
|||
bool is_key = true;
|
||||
bool is_seq = false;
|
||||
uint32_t line_num = 0;
|
||||
data_types_t seq_data_type;
|
||||
data_types_t seq_data_type = DATA_TYPE_UNKNOWN;
|
||||
uint32_t map_level = 1U;
|
||||
uint32_t map_depth = 0U;
|
||||
bool is_new_map = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue