Skip to content
Snippets Groups Projects
Commit b3f4b432 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MeL/ME] Rm "error: unsigned integer overflow".

In the expressions "i+offset", "j+offset", ... the offset is converted to an 'unsigned int'.
If the value of the offset variable is negative this leads to a very large 'unsigned int' value.
The sum of i (j,...) and offset cannot be represented in type 'unsigned int'. This can be a problem.
parent 4faf77b3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment