GUI: Add Missing Switch Default Cases
These are flagged by GCC if -Wswitch-default is enabled.
This commit is contained in:
parent
904e58c35b
commit
30c366ee5d
15 changed files with 43 additions and 4 deletions
|
@ -84,6 +84,9 @@ void SaveLoadCloudSyncProgressDialog::handleCommand(CommandSender *sender, uint3
|
|||
case kBackgroundSyncCmd:
|
||||
_close = true;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Dialog::handleCommand(sender, cmd, data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue