chore(Core/Misc): use fallthrough attribute instead of comment (#9660)
This commit is contained in:
parent
a4ff3f6101
commit
ef8faa0904
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ UpdateResult UpdateFetcher::Update(bool const redundancyChecks,
|
|||
{
|
||||
case MODE_APPLY:
|
||||
speed = Apply(filePath);
|
||||
/* fallthrough */
|
||||
[[fallthrough]];
|
||||
case MODE_REHASH:
|
||||
UpdateEntry(file, speed);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue