]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: use defines instead of enums to appease clang.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 16 Oct 2018 16:49:26 +0000 (18:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Oct 2018 17:31:15 +0000 (19:31 +0200)
commit33992267aac00d7e8ae67e0703bf7fffc9cf9b54
treeb89becec1959487cd17a831b2a8f31dc33a9f77c
parent3332090a2d3e9e84bac67af79fb03be111359429
MINOR: peers: use defines instead of enums to appease clang.

Clang (rightfully) warns that we're trying to set chars to values >= 128.
Use defines with hex values instead of an enum to address this.
src/peers.c