mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Common: Fix -Wmaybe-uninitialized warning.
This commit is contained in:
parent
42d41a456e
commit
f361ef1eb3
@ -225,7 +225,7 @@ bail:
|
||||
static u32 MemoryMap_InitializeViews(MemoryView *views, int num_views, u32 flags)
|
||||
{
|
||||
u32 shm_position = 0;
|
||||
u32 last_position;
|
||||
u32 last_position = 0;
|
||||
|
||||
for (int i = 0; i < num_views; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user