Re: git: c2e561a38f73 - main - tail: Fix misleading indentation in ARG() macro.
- In reply to: John Baldwin : "git: c2e561a38f73 - main - tail: Fix misleading indentation in ARG() macro."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 16:34:02 UTC
On 10/3/22 4:11 PM, John Baldwin wrote: > The branch main has been updated by jhb: > > URL: https://cgit.FreeBSD.org/src/commit/?id=c2e561a38f739a4801d652f4b662cdc1903244f0 > > commit c2e561a38f739a4801d652f4b662cdc1903244f0 > Author: John Baldwin <jhb@FreeBSD.org> > AuthorDate: 2022-10-03 23:10:42 +0000 > Commit: John Baldwin <jhb@FreeBSD.org> > CommitDate: 2022-10-03 23:10:42 +0000 > > tail: Fix misleading indentation in ARG() macro. We currently make this error non-fatal on clang. I didn't do that locally for GCC and only had a couple of bugs. We should probably try switching this error back to fatal for clang. -- John Baldwin