mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-26 15:33:00 +00: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…
Reference in New Issue
Block a user