BUILD: Makefile: disable -Wunused-label
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 09:06:11 +0000 (11:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 09:06:11 +0000 (11:06 +0200)
commiteff9a9ef950caa7327515a9f3063228dd9559b29
treedc9713d1c39e570e5061f351ba1ab982b7e57b2e
parentc2aae74f010f97a3415542fe649198a5d3be1ea8
BUILD: Makefile: disable -Wunused-label

It's becoming extremely tricky not to make gcc warn about unused labels
with support for openssl 1.1 and 1.1.1, because some error paths only exist
for certain versions. Latest patch causes a warning for me on 1.0.2. There
is no real point it warning about an unused error label so let's disable
this warning.
Makefile