mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Initialize variables to silence garbage return warning from scan-build.
This commit is contained in:
@@ -157,7 +157,7 @@ u64 CVolumeGC::GetRawSize() const
|
||||
|
||||
bool CVolumeGC::IsDiscTwo() const
|
||||
{
|
||||
bool discTwo;
|
||||
bool discTwo = false;
|
||||
Read(6,1, (u8*) &discTwo);
|
||||
return discTwo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user