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

2025-03-20 Thread Peter Eisentraut
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 so

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

2025-03-07 Thread Peter Eisentraut
35c8adb8ba0aefe3a8ad375196da510f5a2a72bd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 7 Mar 2025 07:36:41 +0100 Subject: [PATCH] Revert workarounds for -Wmissing-braces false positives on old GCC We have collected several instances of a workaround for GCC bug 53119, which caused false-positive compiler