Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Perfectly valid warning, it is only strange in this specific | Lars> case since 'a' is used and that cannot be wrong... 'å' on the | Lars> other hand... | | So, why does the compiler generate a warning, since it knows that the | value is correct?
The warning is a bout a small possibly/possibly not signed type used to index an array. My guess is that the compiler does not look at the value at all. -- Lgb