Thread: Revert workarounds for -Wmissing-braces false positives on old GCC

Revert workarounds for -Wmissing-braces false positives on old GCC

From
Peter Eisentraut
Date:
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.
Attachment

Re: Revert workarounds for -Wmissing-braces false positives on old GCC

From
Peter Eisentraut
Date:
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.