Skip to content

Commit

Permalink
Fix the compiling errors in gcc9 (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenxs authored Feb 6, 2021
1 parent 0b0d24c commit 1438a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/orch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ ref_resolve_status Orch::resolveFieldRefArray(
SWSS_LOG_DEBUG("Resolved to sai_object:0x%" PRIx64 ", type:%s, name:%s", sai_obj, ref_type_name.c_str(), object_name.c_str());
sai_object_arr.push_back(sai_obj);
if (!object_name_list.empty())
object_name_list += string(&list_item_delimiter);
object_name_list += list_item_delimiter;
object_name_list += ref_type_name + delimiter + object_name;
}
count++;
Expand Down

0 comments on commit 1438a70

Please sign in to comment.