Option Type | Default Value | #pragma options | C | C++ |
-qoption | unsigned | - | x | x |
Syntax
-qbitfields=suboption
Purpose
Specifies if bitfields are signed. By default, bitfields are
unsigned.
Notes
The -qbitfields suboptions are:
signed | Bitfields are signed. |
unsigned | Bitfields are unsigned. |