mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
GUI: Fix GCC Compiler Warning in Cloud Tab
This comment for fall through to prevent the compiler warning about this has to be at the point of fallthrough i.e. outside the grouping brackets to be effective.
This commit is contained in:
parent
f234a36a27
commit
d638c1d384
@ -2262,8 +2262,8 @@ void GlobalOptionsDialog::handleCommand(CommandSender *sender, uint32 cmd, uint3
|
||||
_redrawCloudTab = true;
|
||||
|
||||
// also, automatically start saves sync when user enables the storage
|
||||
// fall through
|
||||
}
|
||||
// fall through
|
||||
case kSyncSavesStorageCmd: {
|
||||
CloudMan.syncSaves(
|
||||
new Common::Callback<GlobalOptionsDialog, Cloud::Storage::BoolResponse>(this, &GlobalOptionsDialog::storageSavesSyncedCallback)
|
||||
|
Loading…
Reference in New Issue
Block a user