From 98e87b155dc87ae4f3cd0aa5c8fe8b50ae0e05bd Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 9 Apr 2025 22:19:23 -0500 Subject: [PATCH] annotate a fallthrough for Xcode --- src/dialogxml/dialogs/dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogxml/dialogs/dialog.cpp b/src/dialogxml/dialogs/dialog.cpp index 7a44dea0..82c41fb5 100644 --- a/src/dialogxml/dialogs/dialog.cpp +++ b/src/dialogxml/dialogs/dialog.cpp @@ -766,6 +766,7 @@ void cDialog::handle_one_event(const sf::Event& currentEvent, cFramerateLimiter& sf::Event evt; while(pollEvent(win, evt)); } + BOOST_FALLTHROUGH; case sf::Event::MouseMoved:{ // Did the window move, potentially dirtying the canvas below it? if(check_window_moved(win, winLastX, winLastY))