From 1f5588c3dd096428112561feaeb57381af080105 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 20 Jul 2018 05:21:14 +0000 Subject: Added fallthru indication in Fl_Button::handle() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12992 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Button.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Fl_Button.cxx b/src/Fl_Button.cxx index 5207234bd..8484db7d6 100644 --- a/src/Fl_Button.cxx +++ b/src/Fl_Button.cxx @@ -164,6 +164,7 @@ int Fl_Button::handle(int event) { if (when() & FL_WHEN_RELEASE) do_callback(); return 1; } + /* FALLTHROUGH */ default: return 0; } -- cgit v1.2.3