Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2022 23:01:11 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: 2e08e4b75ea1 - main - zfs: Fix build with GCC 12.
Message-ID:  <D84F3CC0-61F0-4F06-8FBB-E57DEC4AD5C7@FreeBSD.org>
In-Reply-To: <202212211849.2BLInjuQ084643@gitrepo.freebsd.org>
References:  <202212211849.2BLInjuQ084643@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_529E718E-90ED-4EC8-905F-E074F02BC5C3
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On 21 Dec 2022, at 19:49, John Baldwin <jhb@freebsd.org> wrote:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3D2e08e4b75ea1080c224a33baf62199d8=
93dc322d
>=20
> commit 2e08e4b75ea1080c224a33baf62199d893dc322d
> Author:     John Baldwin <jhb@FreeBSD.org>
> AuthorDate: 2022-12-21 18:49:23 +0000
> Commit:     John Baldwin <jhb@FreeBSD.org>
> CommitDate: 2022-12-21 18:49:23 +0000
>=20
>    zfs: Fix build with GCC 12.
>=20
>    Silence -Winfinite-recursion for ldo.c in lua and =
-Wstringop-overread
>    for nvpair.c.
>=20
>    Reviewed by:    mm
>    Differential Revision:  https://reviews.freebsd.org/D37631
...
> --- a/sys/conf/kern.mk
> +++ b/sys/conf/kern.mk
> @@ -81,6 +81,8 @@ CWARNEXTRA+=3D -Wno-address-of-packed-member \
> CWARNEXTRA+=3D -Wno-error=3Dnonnull \
> -Wno-dangling-pointer \
> -Wno-zero-length-bounds
> +NO_WINFINTE_RECURSION=3D -Wno-infinite-recursion
> +NO_WSTRINGOP_OVERREAD=3D -Wno-stringop-overread
> .endif
> .endif

s/INFINTE/INFINITE/g ? :-)

-Dimitry


--Apple-Mail=_529E718E-90ED-4EC8-905F-E074F02BC5C3
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.2

iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCY6OCJwAKCRCwXqMKLiCW
o2bHAKCNa4SIbGhTpVQ6kwtzQ1PDIPCjNgCg1vS7J/6fqy+HP/B+vX52Z3L5aqs=
=0dTP
-----END PGP SIGNATURE-----

--Apple-Mail=_529E718E-90ED-4EC8-905F-E074F02BC5C3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D84F3CC0-61F0-4F06-8FBB-E57DEC4AD5C7>