We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf658d commit 949aa30Copy full SHA for 949aa30
Client Logger/iOS/LoggerClient.m
@@ -131,7 +131,7 @@
131
#define CAST_TO_CFSTRING CFStringRef
132
#define CAST_TO_CFDATA CFDataRef
133
#define RELEASE(obj) [obj release]
134
- #define AUTORELEASE_POOL_BEGIN NSAutoreleasePool __pool=[[NSAutoreleasePool alloc] init];
+ #define AUTORELEASE_POOL_BEGIN NSAutoreleasePool *__pool=[[NSAutoreleasePool alloc] init];
135
#define AUTORELEASE_POOL_END [__pool drain];
136
#endif
137
#undef LOGGER_ARC_MACROS_DEFINED
0 commit comments