BUILD: thread: fix build warnings with older gcc compilers
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Feb 2023 09:49:01 +0000 (10:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 4 Feb 2023 09:49:01 +0000 (10:49 +0100)
commit15c84280601a55e4713feff5e2d1337d564a4ef3
tree72f5da4301c698e00800a2ec2bb9424b6f7722b0
parentf2f08f88ef58bdf8b85e73596460af83825237cd
BUILD: thread: fix build warnings with older gcc compilers

The "{ 0 }" form to initialize an empty structure triggers build warnings
on gcc 4.8, let's use the more common "{ }" instead.
src/thread.c