forked from qt-creator/qt-creator
Fix some compiler warnings
Change-Id: Ibc354e7a8d0342eb12b2b0f9b2c630d15422f22a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -280,7 +280,7 @@ public:
|
||||
return OpenResult::CannotHandle;
|
||||
}
|
||||
|
||||
if (offset >= size)
|
||||
if (offset >= quint64(size))
|
||||
return OpenResult::CannotHandle;
|
||||
|
||||
setFilePath(filePath);
|
||||
|
||||
Reference in New Issue
Block a user