funsigned-bitfields

Changes the default bitfield type to unsigned.

IDE Equivalent

Windows: None

Linux: Data > Change Default Bitfield Type to unsigned

Mac OS: Data > Unsigned bitfield Type

Architectures

IA-32 architecture, Intel® 64 architecture, IA-64 architecture

Syntax

Linux and Mac OS: -funsigned-bitfields
  -fno-unsigned-bitfields
Windows:    None

Arguments

None

Default

OFF      The default bitfield type is signed.

Description

This option changes the default bitfield type to unsigned.

Alternate Options

None