Intel® C++ Compiler 19.0 Developer Guide and Reference
Determines whether the default bitfield type is changed to unsigned.
Linux and macOS: | -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.
Visual Studio: None
Eclipse: Data > Change Default Bitfield Type to unsigned
Xcode: Data > Unsigned bitfield Type
None