mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-17 04:38:48 +00:00
Silence some noisy switch case warning
This commit is contained in:
parent
316a64961c
commit
1128f5f8ee
3 changed files with 18 additions and 4 deletions
|
|
@ -189,6 +189,8 @@ private:
|
|||
labels);
|
||||
return exit_method = SeriesExit(both, after_call);
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
return exit_method = ExitMethod::AlwaysReturn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue