mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NO-OP: fix some Wimplicit-fallthrough, see prev commit
This commit is contained in:
parent
e0d5c1426c
commit
ca4b6bb7e9
4 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -4854,7 +4854,7 @@ Editor::get_preferred_edit_position (EditIgnoreOption ignore, bool from_context_
|
|||
break;
|
||||
}
|
||||
}
|
||||
/* fallthru */
|
||||
/* fallthrough */
|
||||
|
||||
default:
|
||||
case EditAtMouse:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue