commit | c5ed1f9d8736a09c43277c99fc4a41e169e587bf | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 23 16:41:22 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 23 16:41:22 2021 +0200 |
tree | 6df7d7945c069e2c17e469716026f730de88f0b3 | |
parent | 0f50cb9c732ff085bc274f6db5116a6d600375cb [diff] |
BUG/MINOR: haproxy: fix compilation on macOS Fix the warning treated as error on the CI for the macOS compilation : "src/haproxy.c:2939:23: error: unused variable 'set' [-Werror,-Wunused-variable]" This does not need to be backported.