2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Implicit switch fallthrough refactor

This commit is contained in:
Jack Andersen
2019-02-17 19:44:46 -10:00
parent fdbfbf74fd
commit fc40190933
4 changed files with 9 additions and 2 deletions

View File

@@ -423,6 +423,7 @@ hecl::DirectoryEnumerator::DirectoryEnumerator(SystemStringView path, Mode mode,
if (mode == Mode::DirsSorted)
break;
rewinddir(dir);
[[fallthrough]];
}
case Mode::FilesSorted: {
if (mode == Mode::FilesSorted)