fixed lots of warnings

This commit is contained in:
Luis Ángel San Martín
2013-08-24 17:41:16 +02:00
parent cd43bd791a
commit 8ae63e562a
45 changed files with 315 additions and 254 deletions

View File

@ -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;

View File

@ -98,6 +98,7 @@ void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const UString &di
{
NumErrors = 0;
_archiveHandler = archiveHandler;
directoryPath;//unused
}
STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */)
@ -133,7 +134,8 @@ STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index,
}
_filePath = fullPath;
}
askExtractMode;//unused
//if (askExtractMode != NArchive::NExtract::NAskMode::kExtract)
//return S_OK;