haproxy/contrib/halog
Ryan O'Hara 8cb9993469 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.
2017-12-20 09:36:58 +01:00
..
Makefile OPTIM: halog: make use of memchr() on platforms which provide a fast one 2012-06-12 08:52:22 +02:00
fgets2.c OPTIM: halog: make use of memchr() on platforms which provide a fast one 2012-06-12 08:52:22 +02:00
halog.c CONTRIB: halog: Fix compiler warnings in halog.c 2017-12-20 09:36:58 +01:00