Fix compilation warnings

Fixed warnings reported by CIs in our code.
This commit is contained in:
Mirco Miranda
2024-11-07 22:10:11 +00:00
committed by Albert Astals Cid
parent dbd439bd98
commit 8265b3602b
4 changed files with 28 additions and 27 deletions

View File

@ -125,7 +125,7 @@ public:
break;
}
}
return read / sz;
return int(read / sz);
}
virtual int eof() override
{