diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-06-04 15:45:21 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-06-04 15:45:21 +0200 |
commit | bd79660f37a6110d0e53f20cec7a3863c5eff78e (patch) | |
tree | 88b104b87854037b52f710c2e085ec682d3dca09 /src/irmd/main.c | |
parent | f2be3677aedd7a3d68122c48f00c99a4c8e76f88 (diff) | |
download | ouroboros-bd79660f37a6110d0e53f20cec7a3863c5eff78e.tar.gz ouroboros-bd79660f37a6110d0e53f20cec7a3863c5eff78e.zip |
lib, irmd: Handle case fallthrough in gcc 7
Diffstat (limited to 'src/irmd/main.c')
-rw-r--r-- | src/irmd/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c index b3243192..0a88d311 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -1320,6 +1320,7 @@ static struct irm_flow * flow_req_arr(pid_t api, return NULL; pthread_rwlock_wrlock(&irmd.reg_lock); + /* FALLTHRU */ case REG_NAME_FLOW_ACCEPT: h_api = reg_entry_get_api(re); if (h_api == -1) { |