Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
untagged 'token' declared no symbols
The compiler detected an empty declaration using an untagged structure, union, or class. The declaration is ignored.
Example
// C4094.cpp
// compile with: /W2
struct
{
}; // C4094
int main()
{
}
This condition generates an error under ANSI compatibility (/Za).