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
typedef int I; void func ( int I ); // warning