chore(Core/Misc): use fallthrough attribute instead of comment (#9660)
This commit is contained in:
@@ -369,7 +369,7 @@ UpdateResult UpdateFetcher::Update(bool const redundancyChecks,
|
|||||||
{
|
{
|
||||||
case MODE_APPLY:
|
case MODE_APPLY:
|
||||||
speed = Apply(filePath);
|
speed = Apply(filePath);
|
||||||
/* fallthrough */
|
[[fallthrough]];
|
||||||
case MODE_REHASH:
|
case MODE_REHASH:
|
||||||
UpdateEntry(file, speed);
|
UpdateEntry(file, speed);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user