Skip to content

Commit

Permalink
Compilation fix for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Dec 20, 2024
1 parent bf46b3a commit 3e07a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3e07a98

Please sign in to comment.