warning: declaration does not declare anything
warning: declaration does not declare anything
- Subject: warning: declaration does not declare anything
- From: Erg Consultant <email@hidden>
- Date: Sat, 16 May 2009 11:56:26 -0700 (PDT)
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;
This always returns a warning on the last line:
warning: declaration does not declare anything
What does this warning mean and how can I get rid of it?
Erg
_______________________________________________
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