Re: git: dfd63e9ee7b0 - main - graphics/libjxl: don't disable -Werror

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 05 Oct 2022 16:56:45 UTC
Jan Beich <jbeich@FreeBSD.org> writes:

> The branch main has been updated by jbeich:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=dfd63e9ee7b001e53fadc5477b2119a203dde2a4
>
> commit dfd63e9ee7b001e53fadc5477b2119a203dde2a4
> Author:     Jan Beich <jbeich@FreeBSD.org>
> AuthorDate: 2022-10-05 15:41:16 +0000
> Commit:     Jan Beich <jbeich@FreeBSD.org>
> CommitDate: 2022-10-05 16:48:01 +0000
>
>     graphics/libjxl: don't disable -Werror
>     
>     FreeBSD is supported upstream, and upstream regularly tests with Clang.
>     I'd like to be notified of new warnings. Let's see how long it lasts.
>     
>     Tested by:      Clang 11/13/14/15, GCC 11, -DNDEBUG

Oops, -Werror has been disabled by default upstream since v0.5.
https://github.com/libjxl/libjxl/commit/ab7c5e9b6795
https://cgit.freebsd.org/ports/commit/?id=155610d50513

If -Werror is not default then I don't care.