From 3e07a98ee379927410ba50946cfde93f24ba6943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Salawa?= Date: Fri, 20 Dec 2024 08:11:19 +0100 Subject: [PATCH] Compilation fix for MacOS --- SQLiteStudio3/coreSQLiteStudio/services/impl/configimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLiteStudio3/coreSQLiteStudio/services/impl/configimpl.cpp b/SQLiteStudio3/coreSQLiteStudio/services/impl/configimpl.cpp index 7e31c89b75..bcd6df811c 100644 --- a/SQLiteStudio3/coreSQLiteStudio/services/impl/configimpl.cpp +++ b/SQLiteStudio3/coreSQLiteStudio/services/impl/configimpl.cpp @@ -1136,7 +1136,7 @@ void ConfigImpl::updateConfigDb() { // 3->4 db->exec("DELETE FROM settings WHERE [group] = 'DialogDimensions'"); // #5161 - [[fallthrough]]; + //[[fallthrough]]; } // Add cases here for next versions, // without a "break" instruction,