This topic has not yet been rated - Rate this topic

Compiler Warning (level 1) C4015

'identifier' : type of bit field must be integral

The 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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement