Commit d4963bcd authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by GitHub

Merge pull request #823 from alagoutte/gcc7

nghtt2_gzip: fix this statement may fall through [-Werror=implicit-fa…
parents 5f4159a0 d7252557
......@@ -72,6 +72,7 @@ int nghttp2_gzip_inflate(nghttp2_gzip *inflater, uint8_t *out,
switch (rv) {
case Z_STREAM_END:
inflater->finished = 1;
/* FALL THROUGH */
case Z_OK:
case Z_BUF_ERROR:
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment