Changes the default bitfield type to unsigned.
Windows: None
Linux: Data > Change Default Bitfield Type to unsigned
Mac OS: Data > Unsigned bitfield Type
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -funsigned-bitfields |
-fno-unsigned-bitfields | |
Windows: | None |
None
OFF | The default bitfield type is signed. |
This option changes the default bitfield type to unsigned.
None