mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28: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;
|
return good;
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
ASSERT(false);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
progress_dialog.GetRaw()->exec();
|
progress_dialog.GetRaw()->exec();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue