From 507c61e68004e772df0bd3c0f7b2736bfc7f23fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Tue, 19 Jul 2022 07:45:38 +0200 Subject: [PATCH] Add a missing c++14 fall through comment --- lib/libshout-idjc/src/shout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libshout-idjc/src/shout.c b/lib/libshout-idjc/src/shout.c index 533a382eab1..cd73dbec654 100644 --- a/lib/libshout-idjc/src/shout.c +++ b/lib/libshout-idjc/src/shout.c @@ -1308,6 +1308,7 @@ static int try_connect(shout_t *self) } #endif self->state = SHOUT_STATE_REQ_CREATION; + /* fall through */ case SHOUT_STATE_REQ_CREATION: if ((rc = create_request(self)) != SHOUTERR_SUCCESS)