commit | ff191de1ca0102f1e1926ba261fb99d96d304cb7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 21 18:38:29 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 21 18:46:58 2022 +0100 |
tree | 579b70c62f31a7e4bda9acff16630e80e4aedb0a | |
parent | d1c76f24fdf1cfb85e574cb1ef0c773b74bee32a [diff] |
MINOR: h3: fix compiler warning variable set but not used Some variables were only checked via BUG_ON macro. If compiling without DEBUG_STRICT, this instruction is a noop. Fix this by using an explicit condition + ABORT_NOW. This should fix the github issue #1549.