Fix some compiler warnings

Change-Id: Ibc354e7a8d0342eb12b2b0f9b2c630d15422f22a
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2021-08-18 15:44:30 +02:00
parent 27708158db
commit c3d9293004
5 changed files with 5 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ public:
return OpenResult::CannotHandle;
}
if (offset >= size)
if (offset >= quint64(size))
return OpenResult::CannotHandle;
setFilePath(filePath);