mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinQt: Fix a -Wswitch warning in ConvertDialog
This commit is contained in:
@ -493,6 +493,10 @@ void ConvertDialog::Convert()
|
||||
return good;
|
||||
});
|
||||
break;
|
||||
|
||||
default:
|
||||
ASSERT(false);
|
||||
break;
|
||||
}
|
||||
|
||||
progress_dialog.GetRaw()->exec();
|
||||
|
Reference in New Issue
Block a user