MINOR: use DISGUISE() everywhere we deliberately want to ignore a result
authorWilly Tarreau <w@1wt.eu>
Sat, 14 Mar 2020 10:03:20 +0000 (11:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Mar 2020 10:04:49 +0000 (11:04 +0100)
commit2e8ab6b5600c7b312d13178f1285b766eaae5fcb
tree316248ae680356b7ba161468eaaa95e052e6ff90
parent15ed69fd3fa6c81972b72a4070608f934ef7672e
MINOR: use DISGUISE() everywhere we deliberately want to ignore a result

It's more generic and versatile than the previous shut_your_big_mouth_gcc()
that was used to silence annoying warnings as it's not limited to ignoring
syscalls returns only. This allows us to get rid of the aforementioned
function and the shut_your_big_mouth_gcc_int variable, that started to
look ugly in multi-threaded environments.
include/common/standard.h
include/proto/fd.h
src/debug.c
src/frontend.c
src/haproxy.c
src/http_ana.c
src/stream.c