mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
ci: 怎么报错了
[skip changelog]
This commit is contained in:
@@ -172,7 +172,7 @@ bool asst::ReclamationCraftTaskPlugin::calc_craft_amount(int& value)
|
||||
}
|
||||
|
||||
if (!utils::chars_to_number(value_str, value)) {
|
||||
Log.error(__FUNCTION__, "| unable to convert OCR result " + value_str + " to integer");
|
||||
Log.error(__FUNCTION__, "| unable to convert OCR result to integer: ", value_str);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -290,7 +290,7 @@ void asst::RoguelikeRoutingTaskPlugin::generate_edges(
|
||||
const size_t& node,
|
||||
const cv::Mat& image,
|
||||
const int& node_x,
|
||||
std::optional<std::reference_wrapper<cv::Mat>> image_draw_opt)
|
||||
std::optional<std::reference_wrapper<cv::Mat>> image_draw_opt [[maybe_unused]])
|
||||
{
|
||||
LogTraceFunction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user