• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to fix warning?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to fix warning?


  • Subject: Re: How to fix warning?
  • From: "Stephen J. Butler" <email@hidden>
  • Date: Wed, 28 Aug 2013 21:05:12 -0500

Are those really always constant? Why not:

NSCharacterSet *stopCharacters = [NSCharacterSet
characterSetWithCharactersInString:@"< \t\n\r\x85\x0C\u2028\u2029"];


On Wed, Aug 28, 2013 at 3:26 PM, Dave <email@hidden> wrote:

> 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
_______________________________________________

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


  • Follow-Ups:
    • Re: How to fix warning?
      • From: Dave <email@hidden>
References: 
 >How to fix warning? (From: Dave <email@hidden>)

  • Prev by Date: Re: How to fix warning?
  • Next by Date: please help with this handler issue
  • Previous by thread: Re: How to fix warning?
  • Next by thread: Re: How to fix warning?
  • Index(es):
    • Date
    • Thread