copy: silence fallthrough warning

This commit is contained in:
Thomas Schoebel-Theuer 2021-01-30 16:38:36 +01:00
parent 17161868ea
commit ed680c298d
1 changed files with 2 additions and 1 deletions

View File

@ -485,7 +485,8 @@ restart:
if (st->active[1]) { // idempotence: wait by unchanged state
goto idle;
}
/* fallthrough => wait for both mrefs to appear */
/* wait for both mrefs to appear */
/* fallthrough */
case COPY_STATE_READ1:
case COPY_STATE_READ3:
if (st->active[0]) { // idempotence: wait by unchanged state