Tells the compiler to change default char type to unsigned.
Linux: | -funsigned-char |
Windows: | None |
None
OFF |
The compiler does not change default char type to unsigned. |
This option tells the compiler to change default char type to unsigned.
Visual Studio: None
Eclipse: Data > Change default char type to unsigned
None