Revert workarounds for -Wmissing-braces false positives on old GCC
Started by Peter Eisentrautabout 1 year ago2 messageshackers
Since lapwing no longer runs with -Werror, and might be gone completely
soon, we no longer need the various workarounds gathered over time to
avoid compiler warnings there. The attached patch reverts various
patches and makes similar adjustments to some newer code.
Attachments:
0001-Revert-workarounds-for-Wmissing-braces-false-positiv.patchtext/plain; charset=UTF-8; name=0001-Revert-workarounds-for-Wmissing-braces-false-positiv.patchDownload+16-26
Re: Revert workarounds for -Wmissing-braces false positives on old GCC
On 07.03.25 10:01, Peter Eisentraut wrote:
Since lapwing no longer runs with -Werror, and might be gone completely
soon, we no longer need the various workarounds gathered over time to
avoid compiler warnings there. The attached patch reverts various
patches and makes similar adjustments to some newer code.
I have committed this.