More warning fixes

This commit is contained in:
Adam Honse
2024-04-29 18:08:33 -05:00
parent f39409b7aa
commit d3c81d3306
18 changed files with 68 additions and 69 deletions

View File

@@ -48,7 +48,7 @@ int Search(wchar_t *dev_name)
return 1;
}
i += wcslen(buff + i);
i += (int)wcslen(buff + i);
}
return 0;