From 1498a699f89f7b5aebdc4629c645c3702ee04f92 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Jun 2015 01:13:26 +0300 Subject: Add A_NONNULL attribute to all parameters with class Graphics. --- src/localconsts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index 1566292f5..dcd0613b2 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -70,6 +70,7 @@ #define A_WARN_UNUSED __attribute__ ((warn_unused_result)) #define DEPRECATED __attribute__ ((deprecated)) #define restrict __restrict__ +#define A_NONNULL(...) __attribute__((nonnull (__VA_ARGS__))) #else #define A_UNUSED #define A_WARN_UNUSED -- cgit v1.2.3-60-g2f50