mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Visual Studio says it can be uninitialized (nw)
This commit is contained in:
parent
c569c7c9ad
commit
ed209c842d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user