RAD Studio
ContentsIndex
PreviousUpNext
W8056: Integer arithmetic overflow

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

For example:

int X = 0xFFFF * 0xFFFF;
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!