• 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: XCode/xcodebuild problems...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode/xcodebuild problems...


  • Subject: Re: XCode/xcodebuild problems...
  • From: Chris Espinosa <email@hidden>
  • Date: Tue, 10 May 2005 10:58:47 -0700


On May 10, 2005, at 9:55 AM, Dix Lorenz wrote:

1) I have quite a few warnings turned on and one warning I get is


 /usr/include/gcc/darwin/4.0/c++/bits/istream.tcc:60: warning: declaration of '__ct' shadows a member of 'this'

I don't worry about it too much but I think it shouldn't be there...



If the compiler says that a local is shadowing a class member, it is.  If you don't want the warning you can use -Wno-shadow.



I understand the warning, but it's not in my code and I want the warnings for my code. I think library code should compile as cleanly as possible with as strict rules as possible. Actually I think every code should do that but especially library code...



OK, I've turned on every warning, #included <iostream> in a c++ program, and built, and I don't get this message.  Could you add -v to your Other C Flags, do a build, and mail the complete build log?  

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: 
 >XCode/xcodebuild problems... (From: Dix Lorenz <email@hidden>)
 >Re: XCode/xcodebuild problems... (From: Chris Espinosa <email@hidden>)
 >Re: XCode/xcodebuild problems... (From: Dix Lorenz <email@hidden>)

  • Prev by Date: Re: Debugging loadable bundle
  • Next by Date: Re: Local variables not displayed in debugger
  • Previous by thread: Re: XCode/xcodebuild problems...
  • Next by thread: Codewarrior ->Xcode port
  • Index(es):
    • Date
    • Thread