mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
|
@ -520,7 +520,7 @@ AudioClock::end_edit (bool modify)
|
|||
break;
|
||||
|
||||
case Seconds:
|
||||
/* fall through */
|
||||
/* fallthrough */
|
||||
case Samples:
|
||||
if (edit_string.length() < 1) {
|
||||
edit_string = pre_edit_string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue