mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Fix -Wuninitialized warnings
This commit is contained in:
parent
43e60073d1
commit
2f6f30a939
@ -72,8 +72,8 @@ public:
|
||||
K key;
|
||||
|
||||
V *value = nullptr;
|
||||
u32 value_size;
|
||||
u32 entry_number;
|
||||
u32 value_size = 0;
|
||||
u32 entry_number = 0;
|
||||
|
||||
std::fstream::pos_type last_pos = m_file.tellg();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user