On Wed, 27 Apr 2022 at 09:59, John Baldwin <j...@freebsd.org> wrote:
>
> Hmm, could this just be:
>
> #if defined(INVARIANTS) && defined(WITNESS)
> #define __diagused
> #else
> #define __diagused __unused
> #endif

LGTM

Reply via email to