mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
fixed lots of warnings
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user