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

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