mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-06-20 22:09:09 -04:00
Fix compilation warnings
Fixed warnings reported by CIs in our code.
This commit is contained in:
committed by
Albert Astals Cid
parent
dbd439bd98
commit
8265b3602b
@@ -125,7 +125,7 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
return read / sz;
|
||||
return int(read / sz);
|
||||
}
|
||||
virtual int eof() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user