RAD Studio
ContentsIndex
PreviousUpNext
E2117: Bit fields must be signed or unsigned int

(Command-line option to display warning: -wbbf) 

In ANSI C, bit fields may not be of type signed char or unsigned char. 

When you're not compiling in strict ANSI mode, the compiler allows these constructs, but flags them with this warning.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!