Fix some Wimplicit-fallthrough
[ardour.git] / libs / ardour / session_playlists.cc
index 50bc710347ab4935a7940437dd40455402f9e01c..2f66cd61b28fb8f51dc8163d13c006cd49246df8 100644 (file)
@@ -400,8 +400,8 @@ SessionPlaylists::maybe_delete_unused (boost::function<int(boost::shared_ptr<Pla
                case 2:
                        // delete this and all later
                        delete_remaining = true;
-                       // no break;
 
+                       /* fall through */
                case 1:
                        // delete this
                        playlists_tbd.push_back (*x);