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>
Fri, 8 Jan 2021 10:37:55 +0000 (11:37 +0100)
commit824aa31093c7a4a0b143fae7b8b5879cf9e3557f
treea12c5e2275b62bfc213eb8477de387f6b42daa82
parentfb8364826831f902b2725f95f372139fb36063f2
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>
(cherry picked from commit f87775390a22880b0f6b979d35343988fdd109a2)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 52381396cfe73d65c7ee841e674a6897fe81db19)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
contrib/halog/halog.c