mirror of https://github.com/AxioDL/nod.git
Implicit switch fallthrough refactor
This commit is contained in:
parent
be8409681f
commit
95ed2ae7dc
|
@ -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)
|
||||
|
|
2
logvisor
2
logvisor
|
@ -1 +1 @@
|
|||
Subproject commit 01e291833ba4d7f2a596c32cf6158cb6a9327ad7
|
||||
Subproject commit 3da29add5f15dee3c27778f8f0b7305338778be0
|
Loading…
Reference in New Issue