Squelch a warning
This commit is contained in:
parent
444cf09ae0
commit
3be30e58e6
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue