How to fix warning?
How to fix warning?
- Subject: How to fix warning?
- From: Dave <email@hidden>
- Date: Wed, 28 Aug 2013 21:26:46 +0100
Hi,
I am getting the following warning
warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
on this statement:
NSCharacterSet *stopCharacters = [NSCharacterSet characterSetWithCharactersInString:[NSString stringWithFormat:@"< \t\n\r%C%C%C%C", 0x0085, 0x000C, 0x2028, 0x2029]];
What is the best way to fix this?
Thanks a lot
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden