CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Dec 2020 07:40:04 +0000 (08:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Jan 2021 13:37:23 +0000 (14:37 +0100)
commitf87775390a22880b0f6b979d35343988fdd109a2
treecc5c0f882e7758fd9345053ff16b6179fed61e2b
parent9080ac02583d90f99544a389353538c1e68ad8cf
CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps

Some variables were signed while they were compared to unsigned ones,
causing warnings to be issued when -Wextra is enabled.

(cherry picked from commit 03ca6054d02350e83cb5227608ccec13efdd3ade)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
contrib/halog/halog.c