Re: warning: declaration does not declare anything
Re: warning: declaration does not declare anything
- Subject: Re: warning: declaration does not declare anything
- From: "Sean McBride" <email@hidden>
- Date: Tue, 19 May 2009 12:26:02 -0400
- Organization: Rogue Research Inc.
On 5/16/09 11:56 AM, Erg Consultant said:
>I have a Windows-like structure in my C++ code which I compile with
>XCode 3.1.2:
>
>struct __tagBRECORD
>{
> PVOID pvRecord;
>
> #ifndef TARGET_OS_MAC
>
> IRecordInfo *pRecInfo;
>
> #endif
>} __VARIANT_NAME_4;
On a side note: In C, all identifiers that start with a double
underscore or start with an underscore followed by an uppercase letter
are reserved for use by the complier, you should not use them for your
own names.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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