Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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