RAD Studio
ContentsIndex
PreviousUpNext
W8056: Integer arithmetic overflow (C++)

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

For example:

int X = 0xFFFF * 0xFFFF;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!