Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-7DDF7E31-2366-430B-A198-6CC97FCC4CB4
Visible to Intel only — GUID: GUID-7DDF7E31-2366-430B-A198-6CC97FCC4CB4
funsigned-bitfields
Determines whether the default bitfield type is changed to unsigned.
Linux: |
-funsigned-bitfields -fno-unsigned-bitfields |
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