mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Silence -Wshadow and -Wmaybe-uninitialized warnings.
This commit is contained in:
parent
365a326798
commit
aaa89d4f73
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue