On Thu, Jun 10, 2021 at 1:21 PM Alexander Richardson < arichard...@freebsd.org> wrote:
> > On Thu, 10 Jun 2021, 14:17 Ed Maste, <ema...@freebsd.org> wrote: > >> On Tue, 8 Jun 2021 at 10:53, Martin Matuska <m...@freebsd.org> wrote: >> > >> > The branch main has been updated by mm: >> > >> > URL: >> https://cgit.FreeBSD.org/src/commit/?id=1603881667360c015f6685131f2f25474fa67a72 >> > >> > commit 1603881667360c015f6685131f2f25474fa67a72 >> > Merge: ed9215c8e05f 75b4cbf62590 >> > Author: Martin Matuska <m...@freebsd.org> >> > AuthorDate: 2021-06-08 14:48:37 +0000 >> > Commit: Martin Matuska <m...@freebsd.org> >> > CommitDate: 2021-06-08 14:52:44 +0000 >> > >> > zfs: merge openzfs/zfs@75b4cbf62 (master) into main >> >> The Cirrus-CI smoke test (which builds with Clang 12, using the llvm12 >> package) is failing, with: >> >> error: unknown -Werror warning specifier: >> '-Wno-error-atomic-alignment' [-Werror,-Wunknown-warning-option] >> *** [atomic.o] Error code 1 >> >> CI run link: https://cirrus-ci.com/build/4636225693810688 > > > Clang no longer accepts -Wno-error-foo, it needs to be changed to > -Wno-error=foo > I wonder why it worked for me :( Warner _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"