EQA1543E Invalid value for the shift operator operator. Since Warning is on, the operation will not be performed.

Explanation

This message applies to the C binary operators << (bitwise left shift) and >> (bitwise right shift). Shift values must be nonnegative and less than 33. These tests are made only when WARNING is on.