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 <[email protected]>
AuthorDate: 2022-10-03 23:10:42 +0000
Commit: John Baldwin <[email protected]>
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