On Thu, Nov 23, 2023 at 12:31:34PM +0000, Robert Swindells wrote: > > Patrick Welche <[email protected]> wrote: > > I'm trying to build a release on amd64 using > > > > HAVE_MESA_VER=21 > > HAVE_GCC=12 > > What does pkgsrc graphics/MesaLib do if built using gcc 12?
It builds OK. Given https://gcc.gnu.org/bugzilla//show_bug.cgi?id=109716 my guess is that the pkgsrc package doesn't treat warnings as errors. (-Werror=stringop-overread) Cheers, Patrick
