Re: Reference list of compiler messages?
Re: Reference list of compiler messages?
- Subject: Re: Reference list of compiler messages?
- From: Steve Baxter <email@hidden>
- Date: Wed, 22 Jun 2005 20:32:41 +0100
What is missing is:
- An unique number for each error or warning
- A page of explanation for each error number
Some of the errors and warnings can be rather cryptic, a page of
explanation for each would make it much easier to identify exactly
what the compiler thinks the problem is!
Cheers,
Steve.
On 22 Jun 2005, at 19:27, Markus Hitter wrote:
Am 22.06.2005 um 17:58 schrieb Markus Ruggiero:
I am looking for a reference list of all the warning and error
messages the compiler can spit out.
The gcc man page? Xcode -> Menu -> Help -> Open man page.
A bunch of these warnings can be switched on and off by a checkbox
in the compiler settings. Xcode -> select target -> Cmd-i -> click
"build" tab -> select "Warnings" in the "Collections" Popup.
I have been looking in the official doc and also checked the
gnu.org site but have not found anything. Does there exist such a
list?
The man page is the most exhaustive list after reading gcc's
sources, I'm afraid. You could start with passing all known -
Wno-... flags to the compiler, then removing them one by one. Dunno
wether this improves your code-dewarning speed, however. I'd just
patiently fix them one by one.
I am trying to port some 400 old style C (pre ANSI!) files with
thousands of lines per file.
Good luck.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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
Stephen Baxter
Software Development Manager
Improvision
email@hidden
+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