Remove warnings on Windows

This commit is contained in:
Zhi Guan
2026-05-27 22:07:03 +08:00
parent efddfc5ac5
commit 2c0053dd85
7 changed files with 9 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ bad:
}
if (hex) {
int i;
size_t i;
for (i = 0; i < len; i++) {
fprintf(outfp, "%02X", buf[i]);
}