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.
nonstandard extension used : formal parameter 'identifier' was previously defined as a type
The identifier was previously used as a typedef
. This causes a warning under ANSI compatibility (/Za).
Example
// C4224.cpp
// compile with: /Za /W1 /LD
typedef int I;
void func ( int I ); // C4224