Skip to content

Commit

Permalink
Initialize seq_data_type (ros2#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz authored May 30, 2018
1 parent 5edf27b commit 95b4147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_yaml_param_parser/src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 95b4147

Please sign in to comment.