Frank Heckenbach wrote:
Maybe we should take out this warning - it is somewhat too verbose ...
I don't think so, since it can be a real problem, if I understand it correctly. If i is < 0 or > 255, the result will be wrong, right?
Right.
Other compilers that cannot handle sets with limits outside 0..255 have the same problem but do not warn. So there is a lot of existing code with this problem.
Peter