mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Resolve GCC Warnings
This commit is contained in:
@ -105,7 +105,7 @@ public:
|
||||
case Mode::Read:
|
||||
for (x.clear(); count != 0; --count)
|
||||
{
|
||||
V value;
|
||||
V value = {};
|
||||
Do(value);
|
||||
x.insert(value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user