BUILD: do not disable -Wformat-truncation anymore
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Oct 2019 09:54:24 +0000 (10:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Oct 2019 09:54:24 +0000 (10:54 +0100)
commitc1b16734c017118ce6582b16ea724ec6095e5fc9
tree056f67c33ecf419e454e447f7ea2a3a341dec0c6
parent0580052bb6f9c924daedfe62d779eade68677adf
BUILD: do not disable -Wformat-truncation anymore

There were very few entries to fix and this warning, while often
wrong, can actually spot future issues. If it can help developers
adjust their code in the future to make it more robust, it's not
necessarily that bad. Let's re-enable it and see how it goes.
Makefile