Implicit switch fallthrough refactor

This commit is contained in:
Jack Andersen
2019-02-17 19:46:42 -10:00
parent be8409681f
commit 95ed2ae7dc
2 changed files with 2 additions and 1 deletions

View File

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