Compiler Warning (level 1) C4015

'identifier' : type of bit field must be integral

The given bit field was not declared as an integral type. The compiler assumed the base type of the bit field to be unsigned.

Bit fields must be declared as unsigned integral types.