mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00:00
FileSystemCommon: Resolve maybe-uninitialized warning
This commit is contained in:
@@ -147,7 +147,7 @@ void FileSystem::DoStateRead(PointerWrap& p, const std::string& directory_path)
|
||||
return;
|
||||
}
|
||||
|
||||
Metadata metadata;
|
||||
Metadata metadata{};
|
||||
p.Do(metadata.uid);
|
||||
p.Do(metadata.gid);
|
||||
p.Do(metadata.attribute);
|
||||
|
||||
Reference in New Issue
Block a user