mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Fix all uninitialized variable warnings (C26495)
This commit is contained in:
@ -98,7 +98,7 @@ private:
|
||||
delete next_ptr;
|
||||
}
|
||||
|
||||
T current;
|
||||
T current{};
|
||||
std::atomic<ElementPtr*> next;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user