]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ncbuf: fix warnings for testing build
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 16 May 2022 09:09:05 +0000 (11:09 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 16 May 2022 09:32:33 +0000 (11:32 +0200)
commitf46393ac44002cebb89ff9510e64dc1f72cdb35f
tree91c1127927ae88676c9b9520596a90f9b5e908a0
parent48fbad45e2642748520f7775b4637776687d92cd
MINOR: ncbuf: fix warnings for testing build

Using -Wall reveals several warning when building ncbuf testing API. One
of them was about the signedness mismatch. The other one was with an
incorrect print format.
src/ncbuf.c