提交 07796b01 编写于 作者: J Jiangtao Hu 提交者: Yifei Jiang

map: fix compile warning in -c opt mode.

上级 bbfdd5ff
......@@ -97,7 +97,7 @@ Status SignalsXmlParser::parse_traffic_lights(
std::string stop_line_id;
int checker = UtilXmlParser::query_string_attribute(
*sub_node, "id", &stop_line_id);
assert(checker == tinyxml2::XML_SUCCESS);
CHECK(checker == tinyxml2::XML_SUCCESS);
trafficlight_internal.stop_line_ids.insert(stop_line_id);
sub_node = sub_node->NextSiblingElement("objectReference");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册