[Mesa-dev] [PATCH] mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)).

Chris Wilson chris at chris-wilson.co.uk
Mon Jul 6 13:27:12 PDT 2015


On Mon, Jul 06, 2015 at 11:18:00AM -0700, Kenneth Graunke wrote:
> In the kernel, this is called __must_check; all our attribute macros in
> Mesa appear to be uppercase, so I went with that.
> 
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
> Cc: chris at chris-wilson.co.uk
> Cc: mattst88 at gmail.com
> ---
>  configure.ac      | 1 +
>  src/util/macros.h | 6 ++++++
>  2 files changed, 7 insertions(+)
> 
> I noticed Chris wants to use this in one of his patches, so I figured I'd
> throw together a patch to do this a bit more cleanly.

That would suit me very much. I guess I need to learn about
AX_GCC_FUNC_ATTRIBUTE!

Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the mesa-dev mailing list