Skip to content

Commit dfdd61c

Browse files
committed
bugfix: fixed the -Werror=implicit-fallthrough compilation errors at least with gcc 7.2.
1 parent 73f09f5 commit dfdd61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ngx_http_drizzle_processor.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ ngx_http_drizzle_process_events(ngx_http_request_t *r)
7272

7373
case state_db_idle: /* from connection pool */
7474
c->log->action = "sending query to drizzle upstream";
75+
/* fallthrough */
7576

7677
case state_db_send_query:
7778
rc = ngx_http_upstream_drizzle_send_query(r, c, dp, dc);

0 commit comments

Comments
 (0)