Re: Reference list of compiler messages?
Re: Reference list of compiler messages?
- Subject: Re: Reference list of compiler messages?
- From: Markus Hitter <email@hidden>
- Date: Wed, 22 Jun 2005 20:27:46 +0200
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:
This email sent to email@hidden