mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Implicit switch fallthrough refactor
This commit is contained in:
@@ -196,6 +196,7 @@ DirectoryEnumerator::DirectoryEnumerator(SystemStringView path, Mode mode, bool
|
|||||||
if (mode == Mode::DirsSorted)
|
if (mode == Mode::DirsSorted)
|
||||||
break;
|
break;
|
||||||
rewinddir(dir);
|
rewinddir(dir);
|
||||||
|
[[fallthrough]];
|
||||||
}
|
}
|
||||||
case Mode::FilesSorted: {
|
case Mode::FilesSorted: {
|
||||||
if (mode == Mode::FilesSorted)
|
if (mode == Mode::FilesSorted)
|
||||||
|
|||||||
2
logvisor
2
logvisor
Submodule logvisor updated: 01e291833b...3da29add5f
Reference in New Issue
Block a user