mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
DolphinQt: Fix a -Wswitch warning in ConvertDialog
This commit is contained in:
parent
6468978dd0
commit
94fd583147
@ -493,6 +493,10 @@ void ConvertDialog::Convert()
|
||||
return good;
|
||||
});
|
||||
break;
|
||||
|
||||
default:
|
||||
ASSERT(false);
|
||||
break;
|
||||
}
|
||||
|
||||
progress_dialog.GetRaw()->exec();
|
||||
|
Loading…
x
Reference in New Issue
Block a user