Thread
Commits
-
Revert workarounds for -Wmissing-braces false positives on old GCC
- 618c64ffd396 18.0 landed
-
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut <peter@eisentraut.org> — 2025-03-07T09:01:18Z
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.
-
Re: Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut <peter@eisentraut.org> — 2025-03-20T10:27:33Z
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.