GCC 4 warnings / XCode 2.2.1
GCC 4 warnings / XCode 2.2.1
- Subject: GCC 4 warnings / XCode 2.2.1
- From: Andrew White <email@hidden>
- Date: Thu, 02 Feb 2006 09:59:40 +1100
(1) Is there a single switch to turn on GCC -Wall in XCode 2.2.1, or am I
stuck with typing -Wall in "other C flags"?
(2) When I turn on -Wmissing-prototypes, prototypes of the form:
int x ();
do not properly act as declarations. Is there a way to convince the
compiler to accept these without going through and changing them all to
int x (void);
--
Andrew White
--------------------------------------------------------------------------
This email and any attachments may be confidential. They may contain legally
privileged information or copyright material. You should not read, copy,
use or disclose them without authorisation. If you are not an intended
recipient, please contact us at once by return email and then delete both
messages. We do not accept liability in connection with computer virus,
data corruption, delay, interruption, unauthorised access or unauthorised
amendment. This notice should not be removed.
_______________________________________________
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