• 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: build warnings - stumped
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build warnings - stumped


  • Subject: Re: build warnings - stumped
  • From: Chris Espinosa <email@hidden>
  • Date: Thu, 21 Jul 2005 08:06:38 -0700

On Jul 21, 2005, at 6:00 AM, D.Walsh wrote:

I've moved a project over from 10.3.x to 10.4 that uses some GNU source and now when I build, I get tons of the following warnings and I'd like to either correct them or suppress this warning.

 pointer targets in passing argument 1 of 'strlen' differ in signedness

Anyone knowledgeable know how to solve this?

Since the gnu community made gcc 4 more strict about signedness of pointers, hopefully theyll make their other code correct :-) Of course, you could help by fixing the typedefs for them.


Or you could add -Wno-pointer-sign to your Other C Flags to silence that warning.

Chris

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >build warnings - stumped (From: "D.Walsh" <email@hidden>)

  • Prev by Date: Re: Developer Transition System
  • Next by Date: Re: linking against stdandard libraries
  • Previous by thread: Re: build warnings - stumped
  • Next by thread: <incomplete_type> in the debugger
  • Index(es):
    • Date
    • Thread