Re: XCode/xcodebuild problems...
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