diff --git a/src/fs/ntfs.cpp b/src/fs/ntfs.cpp index 7665017..80f512a 100644 --- a/src/fs/ntfs.cpp +++ b/src/fs/ntfs.cpp @@ -175,6 +175,7 @@ bool ntfs::resize(Report& report, const QString& deviceNode, qint64 length) cons bool ntfs::updateUUID(Report& report, const QString& deviceNode) const { + Q_UNUSED(report); QUuid uuid = QUuid::createUuid(); char* s = reinterpret_cast(&uuid.data4[0]);