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

@@ -32,8 +32,7 @@ bool asst::InfrastPowerTask::_run()
return false;
}
for (int i = 0; i <= OperSelectRetryTimes; ++i) {
for (int j = 0; j <= OperSelectRetryTimes; ++j) {
if (m_all_available_opers.empty()) {
if (!opers_detect_with_swipe()) {
return false;