Intel® C++ Compiler 19.0 Developer Guide and Reference

funsigned-char

Change default char type to unsigned.

Syntax

Linux and macOS:

-funsigned-char

Windows:

None

Arguments

None

Default

OFF

Do not change default char type to unsigned.

Description

Change default char type to unsigned.

IDE Equivalent

Visual Studio: None

Eclipse: Data > Change default char type to unsigned

Xcode: Data > Unsigned char Type

Alternate Options

None