From fb3fb6855c617e59580d6e9f35eac440e5b57870 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 10 Feb 2024 16:36:48 +1300 Subject: [PATCH] Make intentionality of switch fallthrough clear --- addons/godot_xterm/native/src/terminal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/godot_xterm/native/src/terminal.cpp b/addons/godot_xterm/native/src/terminal.cpp index 6853b54..b397f8a 100644 --- a/addons/godot_xterm/native/src/terminal.cpp +++ b/addons/godot_xterm/native/src/terminal.cpp @@ -158,6 +158,7 @@ void Terminal::_notification(int what) case NOTIFICATION_THEME_CHANGED: { update_theme(); + [[fallthrough]]; } case NOTIFICATION_RESIZED: {