Re: [PATCH] ELF: add and use SUPRESS_WARN_UNUSED_RESULT
From: Miguel Ojeda
Date: Fri Jun 25 2021 - 17:57:37 EST
On Fri, Jun 25, 2021 at 11:10 PM Alexey Dobriyan <adobriyan@xxxxxxxxx> wrote:
>
> This is natural place. If you're supressing WUR, then the WUR macro
> itself is defined implying that the header has been included.
I am not sure I understand -- I guess you are saying that your macro
is only ever needed if `__must_check` is defined, which is what I
meant by "related".
But this header was intentionally created to untangle others by
keeping only attributes here.
Cheers,
Miguel