NO-OP: fix some Wimplicit-fallthrough, see prev commit

This commit is contained in:
Robin Gareus 2019-09-18 17:27:56 +02:00
parent e0d5c1426c
commit ca4b6bb7e9
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 9 additions and 9 deletions

View file

@ -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;

View file

@ -4854,7 +4854,7 @@ Editor::get_preferred_edit_position (EditIgnoreOption ignore, bool from_context_
break;
}
}
/* fallthru */
/* fallthrough */
default:
case EditAtMouse: