mirror of
https://github.com/schoebel/mars
synced 2024-12-26 08:32:24 +00:00
copy: silence fallthrough warning
This commit is contained in:
parent
17161868ea
commit
ed680c298d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user