mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix all uninitialized variable warnings (C26495)
This commit is contained in:
@ -23,7 +23,7 @@ using UnderlyingType = typename std::enable_if_t<std::is_enum<T>{}, std::underly
|
||||
|
||||
struct Location
|
||||
{
|
||||
System system;
|
||||
System system{};
|
||||
std::string section;
|
||||
std::string key;
|
||||
|
||||
|
Reference in New Issue
Block a user