diff options
| -rw-r--r-- | src/Fl_Button.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
