commit | a842ca1fcab63405c4894c8973fef6885af3edb2 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Dec 08 15:24:15 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 08 15:30:02 2021 +0100 |
tree | e0a24fec101a52f9884c33116fea878aa8450bb6 | |
parent | f3b0ba7dc946aceb7b4e643f8787465fcca8869a [diff] |
MINOR: quic: Compilation fix for quic_rx_packet_refinc() This was reported by the CI wich clang as compilator. In file included from src/ssl_sock.c:80: include/haproxy/xprt_quic.h:1100:50: error: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] } while (refcnt && !HA_ATOMIC_CAS(&pkt->refcnt, &refcnt, refcnt - 1)); ^~~~~~~