Re: warnings
Re: warnings
- Subject: Re: warnings
- From: Steve Baxter <email@hidden>
- Date: Mon, 10 Oct 2005 19:42:24 +0100
I'm afraid that gcc's warning control is astonishingly bad. There is
no facility to turn off individual warnings, making it very difficult
to see the wood for the trees. I have asked several times here about
this problem but there does not seem to be a solution.
A system like VC++ where:
(a) Every warning is numbered so you can look it up in the
documentation to see an explanation of *exactly* what it means
(b) Warnings can be turned off by number globally or for a particular
file.
This can't possibly be that hard, unless the internal design is truly
horrendous (I do hope all the warnings bottleneck through somewhere)!
Cheers,
Steve.
On 10 Oct 2005, at 19:03, Cianflone, Chris wrote:
Hi all,
I have a need to turn this warning off too (hard to see the real
warnings in the some 200,000+ warnings). Did you ever find a way?
I am
currently using Xcode 2.1.
Thanks,
Chris
---------------
Chris Cianflone
Software Engineer
MakeMusic, Inc.
7615 Golden Triangle Drive, Suite M
Eden Prairie, MN 55344-3848
www.makemusic.com
-----Original Message-----
From: xcode-users-bounces+ccianflone=email@hidden
[mailto:xcode-users-bounces
+ccianflone=email@hidden] On
Behalf Of John Mikros
Sent: Wednesday, July 27, 2005 1:08 PM
To: Mike Lazear
Cc: email@hidden
Subject: Re: warnings
Thanks for the suggestion.
However CVS doesn't support rename, so I would have to actually
delete all the files with the wrong case and re-commit them with the
correct case.
I would then lose the commit history on these files which is really
not an option.
-john
On Jul 27, 2005, at 9:43 AM, Mike Lazear wrote:
I don't know how to turn it off but for my app I just control
clicked on the filename and did a rename and that fixed the
problem. I had about 100 files with that problem but it didn't
take all that long to clean it up.
Mike
On Jul 26, 2005, at 6:54 PM, John Mikros wrote:
Is there any way to turn off the following warning? I couldn't
find a way.
- warning: mismatched case in filenames, wanted "pch.h" but found
"PCH.H"
It would be nice if the files were checked in with the same case
that they're referred to in the code, but they're not. Oh well.
-john
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40blizzard.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40makemusi
c.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40improvision.com
This email sent to email@hidden
Steve Baxter
Software Development Manager
Improvision
+44-2476-692229
_______________________________________________
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: | |
| >RE: warnings (From: "Cianflone, Chris" <email@hidden>) |