Squelch a warning

This commit is contained in:
Anton Thomasson 2022-02-19 18:43:44 +01:00
parent 444cf09ae0
commit 3be30e58e6

View file

@ -288,7 +288,7 @@ try {
Bytestream inBts(Width*Height*Colors);
if((buf.size()-buf.pos()) != inBts.size())
if((((size_t)buf.size())-buf.pos()) != inBts.size())
{
qDebug() << buf.size() << buf.pos() << inBts.size();
throw ConvertFailedException();