> From: Collin Funk <[email protected]> > Cc: Paul Eggert <[email protected]>, Yue Yi <[email protected]>, > [email protected], [email protected], Eli Zaretskii <[email protected]> > Date: Sat, 19 Sep 2026 20:50:51 -0700 > > Bruno Haible via Gnulib discussion list <[email protected]> writes: > > > As I said in another mail: The only acceptable silencing would be to disable > > '-Waddress' for the scope of the entire source file. > > > > Like this: > > > > #if _GL_GNUC_PREREQ (4, 2) > > # pragma GCC diagnostic ignored "-Waddress" > > #endif > > FWIW, I agree with that direction. The warning doesn't seem useful > enough to warrant extra effort to keep it enabled. I.e., I suspect it is > difficult to write code that triggers it outside of this specific > Windows linking vs. loading case.
FTR, I'm okay with whatever you Gnulib folks decide, even if you decide to do nothing (which means this warning will stay with us).
