Revert "BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11"
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Jan 2021 10:11:38 +0000 (11:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Jan 2021 10:17:28 +0000 (11:17 +0100)
commit782e9be1b3659ff973eed62837c5fe4eca6d376e
tree479264b12ce79a85d6d0c9071c4045a41b23c2b9
parentb6fc524f0553f82ce29b8edea643f0acc7806b5d
Revert "BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11"

This reverts commit 5e8c35da1b93b64ec4892192aec3d61d73b3bbce.

While the issue is being discussed with gcc folks, a reasonable workaround
could be found for the tls_keys_ref list usage which doesn't significantly
complicate the code. Since it was the only place triggering the warning and
I don't feel very comfortable leaving this one disabled for too long, let's
re-enable it right now. This definitely closes issue #1010.
Makefile