commit | 18a10d07b66064f9829a93811338523d13d1e791 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 25 15:11:38 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 25 15:21:45 2022 +0100 |
tree | e9aa75874a65b56c97212418d9c052e9adb532ad | |
parent | 251eadfce55b8e5d7a2ac2d87d17ba36147cb4ad [diff] |
BUILD: qpack: fix unused value when not using DEBUG_HPACK If the macro is not defined, some local variables are flagged as unused by the compiler. Fix this by using the __maybe_unused attribute. For now, the macro is defined in the qpack-dec.c. However, this will change to not mess up the stderr output of haproxy with QUIC traffic.