Initialize seq_data_type (#245)

This commit is contained in:
Shane Loretz 2018-05-30 09:41:24 -07:00 committed by GitHub
parent 5edf27b032
commit 95b4147009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1163,7 +1163,7 @@ static rcl_ret_t parse_events(
bool is_key = true; bool is_key = true;
bool is_seq = false; bool is_seq = false;
uint32_t line_num = 0; 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_level = 1U;
uint32_t map_depth = 0U; uint32_t map_depth = 0U;
bool is_new_map = false; bool is_new_map = false;