W8056 Integer arithmetic overflow (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

The compiler detected an overflow condition in an integer math expression.

For example:

int X = 0xFFFF * 0xFFFF;

A variable can hold a maximum value. For example, the maximum value of a variable of Integer type is 2147483647.