From: Andrey Belov Date: Fri, 17 Aug 2012 15:35:50 +0000 (+0000) Subject: Mark logically dead code with corresponding comment. X-Git-Tag: release-1.3.5~3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b69f2843835237da726bbdbe0f5f909681140d2a;p=nginx.git Mark logically dead code with corresponding comment. Found by Coverity. --- diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c index 13badac61..eb286cc34 100644 --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c @@ -1025,6 +1025,7 @@ ngx_http_ssi_parse(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx) switch (state) { case ssi_start_state: + /* not reached */ break; case ssi_tag_state: