summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-10-26 14:31:14 +0200
committerRobin Gareus <robin@gareus.org>2018-10-26 14:53:49 +0200
commit4f86da854475e1ef6081ad5ebec166f734a6f570 (patch)
tree1901d16be50fc1facfbc9c43b99edb6bdd040bc2 /gtk2_ardour/ardour_ui.cc
parentc98fc1099d151f9d16a2dc8d2b59d16ea539bb21 (diff)
Wimplicit-fallthrough fixes for gtk-ardour
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 1e762b29e3..52bccd44d4 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -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;