mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
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:
|
||||
speed = Apply(filePath);
|
||||
/* fallthrough */
|
||||
[[fallthrough]];
|
||||
case MODE_REHASH:
|
||||
UpdateEntry(file, speed);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user