Re: git: 58b9432c405b - stable/13 - zfs: Fix build with GCC 12.
- In reply to: John Baldwin : "git: 58b9432c405b - stable/13 - zfs: Fix build with GCC 12."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 00:33:07 UTC
On 5/2/23 5:30 PM, John Baldwin wrote: > The branch stable/13 has been updated by jhb: > > URL: https://cgit.FreeBSD.org/src/commit/?id=58b9432c405b6542cf33e1b57ff87365180b4da7 > > commit 58b9432c405b6542cf33e1b57ff87365180b4da7 > Author: John Baldwin <jhb@FreeBSD.org> > AuthorDate: 2022-12-21 18:49:23 +0000 > Commit: John Baldwin <jhb@FreeBSD.org> > CommitDate: 2023-05-03 00:25:48 +0000 > > zfs: Fix build with GCC 12. > > Silence -Winfinite-recursion for ldo.c in lua and -Wstringop-overread > for nvpair.c. > > Reviewed by: mm > Differential Revision: https://reviews.freebsd.org/D37631 > > (cherry picked from commit 2e08e4b75ea1080c224a33baf62199d893dc322d) After this commit I can build world + GENERIC with amd64-gcc12. -- John Baldwin