TagReaderGME: Mark variable unused

This commit is contained in:
Jonas Kvinge 2024-08-24 17:00:00 +02:00
parent efd42bc68f
commit 5212587055
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ TagReaderBase::Result GME::VGM::Read(const QFileInfo &fileinfo, spb::tagreader::
file.seek(static_cast<qint64>(GD3_TAG_PTR + pt));
QByteArray gd3_version = file.read(4);
Q_UNUSED(gd3_version)
file.seek(file.pos() + 4);
QByteArray gd3_length_bytes = file.read(4);