mirror of
https://github.com/YACReader/yacreader
synced 2026-02-05 06:40:12 -05:00
fixed lots of warnings
This commit is contained in:
@ -79,7 +79,7 @@ CompressedArchive::CompressedArchive(const QString & filePath, QObject *parent)
|
||||
|
||||
for(unsigned int i=0;i<supportedFileFormats.size();i++)
|
||||
{
|
||||
GUID uuid = supportedFileFormats[i];
|
||||
//GUID uuid = supportedFileFormats[i];
|
||||
//qDebug() << "trying : " << uuid << endl;
|
||||
if (szInterface->createObjectFunc(&supportedFileFormats[i], &IID_InArchive, (void **)&szInterface->archive) != S_OK)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user