From 368afa4bc05e5b66e521b6c881cd8e8f260cf5df Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 Jul 2015 00:12:43 +0300 Subject: Add missing checks into other files. --- src/localconsts.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index 58923b609..51bec578a 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 RETURNS_NONNULL __attribute__((returns_nonnull)) #ifndef ENABLE_CILKPLUS #define A_NONNULL(...) __attribute__((nonnull (__VA_ARGS__))) @@ -83,6 +84,7 @@ #define gnu_printf printf #define DEPRECATED #define restrict +#define RETURNS_NONNULL #define A_NONNULL(...) #endif #ifdef __clang__ -- cgit v1.2.3-70-g09d2