summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-18 17:27:56 +0200
committerRobin Gareus <robin@gareus.org>2019-09-18 17:38:01 +0200
commitca4b6bb7e90bc88b6f4a72d50f1a33f9674cbdc6 (patch)
treeaf7f112e33472d1a054b2a48e46662a99e36a334 /gtk2_ardour/ardour_ui.cc
parente0d5c1426c4ecad8832847e8a69b65ea6fc100fc (diff)
NO-OP: fix some Wimplicit-fallthrough, see prev commit
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index d1229c8f76..4a53766d46 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -2736,7 +2736,7 @@ If you still wish to proceed, please use the\n\n\
msg.run ();
return;
}
- /* fall through */
+ /* fallthrough */
case 0:
_session->remove_pending_capture_state ();
break;
@@ -2932,7 +2932,7 @@ If you still wish to proceed, please use the\n\n\
msg.run ();
return;
}
- /* fall through */
+ /* fallthrough */
case 0:
_session->remove_pending_capture_state ();
break;
@@ -5493,7 +5493,7 @@ ARDOUR_UI::do_audio_midi_setup (uint32_t desired_sample_rate)
if (!AudioEngine::instance()->running()) {
return -1;
}
- // fall through
+ /* fallthrough */
default:
if (!AudioEngine::instance()->running()) {
continue;