From 9d16e1808b66dc9b747b152fb9ca2ab9f88528f3 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 10 May 2017 19:26:56 +0300 Subject: [PATCH] Added one more missing "fall through" comment in tests. --- test/nxt_lvlhsh_unit_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/nxt_lvlhsh_unit_test.c b/test/nxt_lvlhsh_unit_test.c index 8431ca89..c4dac2f0 100644 --- a/test/nxt_lvlhsh_unit_test.c +++ b/test/nxt_lvlhsh_unit_test.c @@ -72,6 +72,7 @@ nxt_lvlhsh_unit_test_add(nxt_lvlhsh_t *lh, const nxt_lvlhsh_proto_t *proto, case NXT_DECLINED: nxt_thread_log_alert("lvlhsh unit test failed: " "key %p is already in hash", key); + /* Fall through. */ default: return NXT_ERROR; }