• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: warning: declaration does not declare anything
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >warning: declaration does not declare anything (From: Erg Consultant <email@hidden>)

  • Prev by Date: Re: Can't strip internal 'C' function symbols in framework product
  • Next by Date: gcc poison, how to catch use of strcpy()?
  • Previous by thread: Re: warning: declaration does not declare anything
  • Next by thread: Java Debugger in XCode 3.1.2 hangs when inspecting variables
  • Index(es):
    • Date
    • Thread