mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
fix.修复一些编译warning
This commit is contained in:
@@ -34,7 +34,7 @@ bool AbstractTask::sleep(unsigned millisecond)
|
||||
return true;
|
||||
}
|
||||
auto start = std::chrono::system_clock::now();
|
||||
unsigned duration = 0;
|
||||
long long duration = 0;
|
||||
|
||||
json::value callback_json;
|
||||
callback_json["time"] = millisecond;
|
||||
|
||||
Reference in New Issue
Block a user