commit | eff9a9ef950caa7327515a9f3063228dd9559b29 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 27 11:06:11 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 27 11:06:11 2017 +0200 |
tree | dc9713d1c39e570e5061f351ba1ab982b7e57b2e | |
parent | c2aae74f010f97a3415542fe649198a5d3be1ea8 [diff] |
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.