fix.修复一些warning

This commit is contained in:
–StupidBh
2021-12-31 22:17:55 +08:00
committed by MistEO
parent 20a5aadf78
commit 00c8178a41
33 changed files with 615 additions and 617 deletions

View File

@@ -12,7 +12,7 @@ bool asst::InfrastClueVacancyImageAnalyzer::analyze()
MatchImageAnalyzer analyzer(m_image);
for (const std::string& suffix : m_to_be_analyzed) {
const auto task_ptr = std::dynamic_pointer_cast<MatchTaskInfo>(
task.get(clue_vacancy + suffix));
Task.get(clue_vacancy + suffix));
analyzer.set_task_info(*task_ptr);
if (!analyzer.analyze()) {
Log.trace("no", clue_vacancy, suffix);