]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CONTRIB: halog: Fix compiler warnings in halog.c
authorRyan O'Hara <rohara@redhat.com>
Fri, 15 Dec 2017 16:21:39 +0000 (10:21 -0600)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Dec 2017 08:36:58 +0000 (09:36 +0100)
commit8cb99934698fd842b1ac8fc1316952670d4f477b
tree19a4f1fc8e13063621ccd2072f8ae7d09190544c
parent957d12028e6a15cbbb42beab3dfe27445133998a
CONTRIB: halog: Fix compiler warnings in halog.c

There were several unused variables in halog.c that each caused a
compiler warning [-Wunused-but-set-variable]. This patch simply
removes the declaration of said vairables and any instance where the
unused variable was assigned a value.
contrib/halog/halog.c