From f7f3e433ffb6b13ef738737e3b61f657191fd93f Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 9 Sep 2011 22:00:25 +0000 Subject: [Author: dmaclach] Clean up clang issues in GTM. The one in GTMABAddressBook is a weird one, that I'll try and file a bug on. R=thomasvl DELTA=92 (53 added, 6 deleted, 33 changed) --- Foundation/GTMNSNumber+64Bit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Foundation/GTMNSNumber+64Bit.h') diff --git a/Foundation/GTMNSNumber+64Bit.h b/Foundation/GTMNSNumber+64Bit.h index 7ddab29..91561c8 100644 --- a/Foundation/GTMNSNumber+64Bit.h +++ b/Foundation/GTMNSNumber+64Bit.h @@ -30,9 +30,9 @@ + (NSNumber *)gtm_numberWithInteger:(NSInteger)value; + (NSNumber *)gtm_numberWithUnsignedInteger:(NSUInteger)value; -- (id)gtm_initWithCGFloat:(CGFloat)value; -- (id)gtm_initWithInteger:(NSInteger)value; -- (id)gtm_initWithUnsignedInteger:(NSUInteger)value; +- (id)gtm_initWithCGFloat:(CGFloat)value NS_RETURNS_RETAINED NS_CONSUMES_SELF; +- (id)gtm_initWithInteger:(NSInteger)value NS_RETURNS_RETAINED NS_CONSUMES_SELF; +- (id)gtm_initWithUnsignedInteger:(NSUInteger)value NS_RETURNS_RETAINED NS_CONSUMES_SELF; - (CGFloat)gtm_cgFloatValue; - (NSInteger)gtm_integerValue; -- cgit v1.2.3