diff --git a/src/proto_quic.c b/src/proto_quic.c index d4a5a13d7..7267b67e7 100644 --- a/src/proto_quic.c +++ b/src/proto_quic.c @@ -367,7 +367,7 @@ int quic_connect_server(struct connection *conn, int flags) switch (src->opts & CO_SRC_TPROXY_MASK) { case CO_SRC_TPROXY_CLI: conn_set_private(conn); - /* fall through */ + __fallthrough; case CO_SRC_TPROXY_ADDR: flags = 3; break;