Wimplicit-fallthrough fixes for gtk-ardour
[ardour.git] / gtk2_ardour / ardour_ui.cc
index 1e762b29e3edf23418f6a9bac7f670214472e67b..52bccd44d4ddbb3e4f865428df5d453e68615283 100644 (file)
@@ -2684,7 +2684,7 @@ If you still wish to proceed, please use the\n\n\
                                        msg.run ();
                                        return;
                                }
-                               // no break
+                               /* fall through */
                        case 0:
                                _session->remove_pending_capture_state ();
                                break;
@@ -2880,7 +2880,7 @@ If you still wish to proceed, please use the\n\n\
                                        msg.run ();
                                        return;
                                }
-                               // no break
+                               /* fall through */
                        case 0:
                                _session->remove_pending_capture_state ();
                                break;