Merge pull request #823 from alagoutte/gcc7
nghtt2_gzip: fix this statement may fall through [-Werror=implicit-fa…
This commit is contained in:
commit
d4963bcd32
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue