negative integral constant converted to unsigned type
An expression converts a negative integer constant to an unsigned type. The result of the expression is probably meaningless.
Example
unsigned int i = 20000 + (-5); // warning