mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Silence -Wshadow and -Wmaybe-uninitialized warnings.
This commit is contained in:
@ -128,7 +128,7 @@ static std::unique_ptr<IVolume> CreateVolumeFromCryptedWiiImage(std::unique_ptr<
|
||||
|
||||
struct SPartition
|
||||
{
|
||||
SPartition(u64 offset, u32 type) : offset(offset), type(type) {}
|
||||
SPartition(u64 offset_, u32 type_) : offset(offset_), type(type_) {}
|
||||
|
||||
u64 offset;
|
||||
u32 type;
|
||||
|
Reference in New Issue
Block a user