benign redefinition of type
A type was redefined, but the redefinition had no effect on the code generated.
This warning commonly occurs in these cases:
typedef unsigned int WORD;
typedef unsigned short WORD;
This warning is informational.