mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 00:32:33 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue