Silence some noisy switch case warning

This commit is contained in:
xperia64 2020-09-06 16:22:48 -04:00
parent 316a64961c
commit 1128f5f8ee
3 changed files with 18 additions and 4 deletions

View file

@ -189,6 +189,8 @@ private:
labels);
return exit_method = SeriesExit(both, after_call);
}
default:
break;
}
}
return exit_method = ExitMethod::AlwaysReturn;