Steve Peters (via RT) wrote:
In compilers/imcc/main.c, there are several cases of where 0 is used as an enum value without being cast. This causes warnings in theIntel C++ compiler. The patch below silences these warnings.
Applied in r16414.
Thanks, Jonathan