Silence some noisy switch case warning
This commit is contained in:
@@ -189,6 +189,8 @@ private:
|
||||
labels);
|
||||
return exit_method = SeriesExit(both, after_call);
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
return exit_method = ExitMethod::AlwaysReturn;
|
||||
|
Reference in New Issue
Block a user