Hi Eli and Paul, Eli Zaretskii writes: >> Date: Sat, 31 May 2025 23:47:15 -0700 >> Cc: 78659@debbugs.gnu.org >> From: Paul Eggert >> >> On 2025-05-31 23:24, Eli Zaretskii wrote: >> > Paul, any comments or suggestions? >> >> As a general rule of thumb, I wouldn't bother pacifying anything but the >> latest GCC, especially to work around false alarms (which these are). >> Since this is isn't the latest GCC and these are false alarms, I suggest >> ignoring the false alarms, or silencing them by using ./configure >> --disable-gcc-warnings. > > Agreed. How about just disabling this warning if Clang is being used like we do for many others? Simple 1 line patch attached. Collin