This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 1) C4142
benign redefinition of type
A type is redefined in a manner that has no effect on the generated code.
Possible causes
- A member function of a derived class has a different return type from the corresponding member function of the base class.
- A type defined with the typedef command is redefined using different syntax.