Compiler Warning (level 1) C4015
Visual Studio 2005
Error Message
'identifier' : type of bit field must be integralThe bit field is not declared as an integer type. The compiler assumes the base type of the bit field to be unsigned. Bit fields must be declared as unsigned integer types.