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

This commit is contained in:
wmayer
2021-10-09 15:18:06 +02:00
parent 014e5985fd
commit e68d85de91

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;