git: 160388166736 - main - zfs: merge openzfs/zfs at 75b4cbf62 (master) into main
Warner Losh
imp at bsdimp.com
Thu Jun 10 19:32:43 UTC 2021
On Thu, Jun 10, 2021 at 1:21 PM Alexander Richardson <
arichardson at freebsd.org> wrote:
>
> On Thu, 10 Jun 2021, 14:17 Ed Maste, <emaste at freebsd.org> wrote:
>
>> On Tue, 8 Jun 2021 at 10:53, Martin Matuska <mm at 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 <mm at FreeBSD.org>
>> > AuthorDate: 2021-06-08 14:48:37 +0000
>> > Commit: Martin Matuska <mm at FreeBSD.org>
>> > CommitDate: 2021-06-08 14:52:44 +0000
>> >
>> > zfs: merge openzfs/zfs at 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
More information about the dev-commits-src-main
mailing list