Visual Studio says it can be uninitialized (nw)

This commit is contained in:
Miodrag Milanovic 2016-04-10 10:15:03 +02:00
parent c569c7c9ad
commit ed209c842d

View File

@ -991,7 +991,7 @@ archive_file::error zip_file_impl::decompress_data_type_14(std::uint64_t offset,
std::uint32_t read_length; std::uint32_t read_length;
osd_file::error filerr; osd_file::error filerr;
SRes lzerr; SRes lzerr;
ELzmaStatus lzstatus; ELzmaStatus lzstatus = LZMA_STATUS_NOT_SPECIFIED;
// reset the stream // reset the stream
ISzAlloc alloc_imp; ISzAlloc alloc_imp;