ci: 怎么报错了

[skip changelog]
This commit is contained in:
uye
2025-07-26 02:12:37 +08:00
parent 6c5f734a29
commit ec9a017641
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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;