Intel® C++ Compiler XE 13.1 User and Reference Guides
Determines whether the default bitfield type is changed to unsigned.
Windows: None
Linux: Data > Change Default Bitfield Type to unsigned
OS X: Data > Unsigned bitfield Type
All
Linux and OS X: | -funsigned-bitfields -fno-unsigned-bitfields |
Windows: | None |
None
-fno-unsigned-bitfields |
The default bitfield type is signed. |
This option determines whether the default bitfield type is changed to unsigned.
None