Gui: [skip ci] fix gcc warning -Wimplicit-fallthrough=

This commit is contained in:
wmayer
2021-10-09 15:18:06 +02:00
parent b1c3982391
commit 52269f0c88

View File

@@ -661,6 +661,7 @@ bool MainWindow::closeAllDocuments (bool close)
return false;
case ConfirmSaveResult::SaveAll:
saveAll = true;
/* FALLTHRU */
case ConfirmSaveResult::Save:
save = true;
break;