Index: src/OFObject.h ================================================================== --- src/OFObject.h +++ src/OFObject.h @@ -78,10 +78,12 @@ # define NO __objc_no #endif #if defined(__clang__) || __GCC_VERSION__ >= 406 # define OF_SENTINEL __attribute__((sentinel)) +#else +# define OF_SENTINEL #endif #if __has_feature(objc_arc) # define OF_RETURNS_RETAINED __attribute__((ns_returns_retained)) # define OF_RETURNS_NOT_RETAINED __attribute__((ns_returns_not_retained))