Core/Misc: GCC build and warning fixes

This commit is contained in:
Shauren
2020-05-21 22:15:58 +02:00
parent 92a289e455
commit 4d69cc1c56
48 changed files with 101 additions and 127 deletions

View File

@@ -307,7 +307,7 @@ UpdateResult UpdateFetcher::Update(bool const redundancyChecks,
{
case MODE_APPLY:
speed = Apply(availableQuery.first);
/*no break*/
/* fallthrough */
case MODE_REHASH:
UpdateEntry(file, speed);
break;