mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
BUILD: stream: use __fallthrough in stats_dump_full_strm_to_buffer()
This avoids 1 build warning when preprocessing happens before compiling with gcc >= 7.
This commit is contained in:
parent
14de395a30
commit
469847945c
@ -3239,7 +3239,7 @@ static int stats_dump_full_strm_to_buffer(struct stconn *sc, struct stream *strm
|
||||
case 0: /* main status of the stream */
|
||||
ctx->uid = strm->uniq_id;
|
||||
ctx->section = 1;
|
||||
/* fall through */
|
||||
__fallthrough;
|
||||
|
||||
case 1:
|
||||
get_localtime(strm->logs.accept_date.tv_sec, &tm);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user