funsigned-char

Tells the compiler to change default char type to unsigned.

Syntax

Linux:

-funsigned-char

Windows:

None

Arguments

None

Default

OFF

The compiler does not change default char type to unsigned.

Description

This option tells the compiler to change default char type to unsigned.

IDE Equivalent

Visual Studio: None

Eclipse: Data > Change default char type to unsigned

Alternate Options

None