commit | 91d398cce2bf9f2cb7645cdd6852f58e3772a5df | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 14 07:36:05 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 14 11:14:02 2022 +0100 |
tree | ee6acab789a5404c92058e796846a627e0702139 | |
parent | ab42dc33581929ce9936ce4ab43fd7d2849c227f [diff] |
BUILD: compression: use __fallthrough in comp_http_payload() This avoids one build warning when preprocessing happens before compiling with gcc >= 7.
diff --git a/src/flt_http_comp.c b/src/flt_http_comp.c index f2f04ee..ceda3fd 100644 --- a/src/flt_http_comp.c +++ b/src/flt_http_comp.c
@@ -241,7 +241,7 @@ to_forward += b_data(&trash); } st->flags &= ~COMP_STATE_PROCESSING; - /* fall through */ + __fallthrough; default: consume: