mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
DolphinQt: Fix a -Wswitch warning in ConvertDialog
This commit is contained in:
parent
6468978dd0
commit
94fd583147
1 changed files with 4 additions and 0 deletions
|
@ -493,6 +493,10 @@ void ConvertDialog::Convert()
|
|||
return good;
|
||||
});
|
||||
break;
|
||||
|
||||
default:
|
||||
ASSERT(false);
|
||||
break;
|
||||
}
|
||||
|
||||
progress_dialog.GetRaw()->exec();
|
||||
|
|
Loading…
Add table
Reference in a new issue