]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: install: mention the common strict-aliasing warning on older compilers
authorWilly Tarreau <w@1wt.eu>
Wed, 31 May 2023 13:27:01 +0000 (15:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 31 May 2023 13:27:01 +0000 (15:27 +0200)
commit4f634a2e1be98a74200a9bb1ed8927860251a2cd
tree8d622dff1359b6f243f190c899b278b610e6c76a
parent431c62cbbfeb4a80e4cc70754838d3e120b70705
DOC: install: mention the common strict-aliasing warning on older compilers

In the errors and warnings section about common issues, it's useful to
mention the strict-aliasing warning that was happening with gcc-4.4 that
may still be found on old systems, especially since it will probably take
ages to build there and the warning is harmless.
INSTALL