mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Resolve GCC Warnings
This commit is contained in:
parent
e50e45f400
commit
69e32dea52
10 changed files with 40 additions and 29 deletions
|
@ -105,7 +105,7 @@ public:
|
|||
case Mode::Read:
|
||||
for (x.clear(); count != 0; --count)
|
||||
{
|
||||
V value;
|
||||
V value = {};
|
||||
Do(value);
|
||||
x.insert(value);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue