W8005 Bit fields must be signed or unsigned int (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

In ANSI C, bit fields may only be signed or unsigned int (not char or long, for example).