Making all for tweak txtwService... Compiling Regex/RegexKitLite.m... cc1obj: warnings being treated as errors
Regex/RegexKitLite.m: In function ‘rkl_handleDelayedAssert’: Regex/RegexKitLite.m:1199: warning: format not a string literal and no format arguments
Fix is:
[[NSAssertionHandler currentHandler] handleFailureInFunction:functionString file:fileString lineNumber:(NSInteger)[lineNumber longValue] description:@"%@", descriptionString];
You seem to have CSS turned off. Please don't fill out this field.
Log in to post a comment.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Fix is:
[[NSAssertionHandler currentHandler] handleFailureInFunction:functionString file:fileString lineNumber:(NSInteger)[lineNumber longValue] description:@"%@", descriptionString];